fix ports

This commit is contained in:
Leon Vita 2022-08-26 00:33:46 +01:00
parent 8f4691ca5b
commit 20be43f6b8
1 changed files with 4 additions and 4 deletions

View File

@ -126,16 +126,16 @@ in
sourcePort = 5001; sourcePort = 5001;
} }
{ #VPN_Wireguard VPN1 Interface { #VPN_Wireguard VPN1 Interface
destination = "${servHosts.leon}:8800"; destination = "${servHosts.leon}:18800";
proto = "udp"; proto = "udp";
reflect = true; reflect = true;
sourcePort = 8801; sourcePort = 19800;
} }
{ #VPN_Wireguard VPN2 Interface { #VPN_Wireguard VPN2 Interface
destination = "${servHosts.leon}:8900"; destination = "${servHosts.leon}:18900";
proto = "udp"; proto = "udp";
reflect = true; reflect = true;
sourcePort = 8901; sourcePort = 19900;
} }
{ {
destination = servHosts.minetest; destination = servHosts.minetest;