Allow access to QEMU virtual bridge from Wireguard

This commit is contained in:
coolneng 2021-03-25 16:35:04 +01:00
parent eef13ca8bf
commit 0555b06c00
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

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" ];
}
];
};