Allow access to QEMU virtual bridge from Wireguard
This commit is contained in:
parent
eef13ca8bf
commit
0555b06c00
|
@ -56,10 +56,12 @@
|
||||||
{
|
{
|
||||||
destination = "192.168.122.100:22";
|
destination = "192.168.122.100:22";
|
||||||
sourcePort = 2222;
|
sourcePort = 2222;
|
||||||
|
loopbackIPs = [ "10.0.1.3" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
destination = "192.168.122.100:5000";
|
destination = "192.168.122.100:5000";
|
||||||
sourcePort = 5000;
|
sourcePort = 5000;
|
||||||
|
loopbackIPs = [ "10.0.1.3" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue