diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 8561828..07a2f66 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -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;