add new-port-forward

This commit is contained in:
Leon Vita 2022-08-27 15:42:32 +01:00
parent 582f13c303
commit 0fec126f08
1 changed files with 10 additions and 4 deletions

View File

@ -125,13 +125,19 @@ in
reflect = true; reflect = true;
sourcePort = 5001; sourcePort = 5001;
} }
{ #VPN_Wireguard { #VPN_Wireguard VPN1-interface
destination = "${servHosts.leon}:8800"; destination = "${servHosts.leon}:19800";
proto = "udp"; proto = "udp";
reflect = true; reflect = true;
sourcePort = 8800; sourcePort = 18800;
} }
{ { #VPN_Wireguard VPN2-interface
destination = "${servHosts.leon}:19800";
proto = "udp";
reflect = true;
sourcePort = 19900;
}
{
destination = servHosts.minetest; destination = servHosts.minetest;
proto = "udp"; proto = "udp";
reflect = true; reflect = true;