bordervm: forward victorialogs connections to host

This commit is contained in:
Daniel Barlow
2025-10-05 15:01:05 +01:00
parent 0147a048fa
commit 39fe428e24

View File

@@ -127,6 +127,13 @@ in
guest.address = "10.0.2.15";
guest.port = 22;
}
{
# expose victorialogs on host so (clients attached to) guest
# can log
from = "guest"; # packets are forwarded from guest
guest.address = "10.0.2.10"; guest.port = 9428;
host.address = "127.0.0.1"; host.port = 9428;
}
];
qemu = {
networkingOptions = [ ];