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;
sourcePort = 5001;
}
{ #VPN_Wireguard
destination = "${servHosts.leon}:8800";
{ #VPN_Wireguard VPN1-interface
destination = "${servHosts.leon}:19800";
proto = "udp";
reflect = true;
sourcePort = 8800;
sourcePort = 18800;
}
{
{ #VPN_Wireguard VPN2-interface
destination = "${servHosts.leon}:19800";
proto = "udp";
reflect = true;
sourcePort = 19900;
}
{
destination = servHosts.minetest;
proto = "udp";
reflect = true;