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
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 20be43f6b8 - Show all commits

View File

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