Allow access to QEMU virtual bridge from Wireguard

This commit is contained in:
2021-03-25 16:35:04 +01:00
parent eef13ca8bf
commit 0555b06c00

View File

@@ -56,10 +56,12 @@
{
destination = "192.168.122.100:22";
sourcePort = 2222;
loopbackIPs = [ "10.0.1.3" ];
}
{
destination = "192.168.122.100:5000";
sourcePort = 5000;
loopbackIPs = [ "10.0.1.3" ];
}
];
};