edit port 777 to 8801 & add new port i 8900 o 8901

This commit is contained in:
Leon Vita 2022-08-25 22:52:36 +01:00
parent 70b7bd00e5
commit 8f4691ca5b
1 changed files with 8 additions and 2 deletions

View File

@ -125,11 +125,17 @@ in
reflect = true;
sourcePort = 5001;
}
{ #VPN_Wireguard
{ #VPN_Wireguard VPN1 Interface
destination = "${servHosts.leon}:8800";
proto = "udp";
reflect = true;
sourcePort = 777;
sourcePort = 8801;
}
{ #VPN_Wireguard VPN2 Interface
destination = "${servHosts.leon}:8900";
proto = "udp";
reflect = true;
sourcePort = 8901;
}
{
destination = servHosts.minetest;