diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 34dac9f..f4044a9 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -125,11 +125,17 @@ in reflect = true; sourcePort = 5001; } - { #VPN_Wireguard - destination = "${servHosts.leon}:8800"; + { #VPN_Wireguard VPN1 Interface + destination = "${servHosts.leon}:18800"; proto = "udp"; reflect = true; - sourcePort = 777; + sourcePort = 19800; + } + { #VPN_Wireguard VPN2 Interface + destination = "${servHosts.leon}:18900"; + proto = "udp"; + reflect = true; + sourcePort = 19900; } { destination = servHosts.minetest;