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

Closed
leon wants to merge 2 commits from (deleted):master into master
Showing only changes of commit 8f4691ca5b - Show all commits

View File

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