diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 850dfe1..e6758fa 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -121,21 +121,24 @@ in sourcePort = 2223; } { #Website - destination = "${leon}:5000"; + destination = "${leon}:5000"; proto = "tcp"; reflect = true; sourcePort = 5001; } { #VPN_Wireguard VPN1-interface - destination = "${leon}:18900"; + destination = "${leon}:18900"; proto = "udp"; reflect = true; sourcePort = 18800; - } + } { #VPN_Wireguard VPN2-interface - destination = "${leon}:19900"; - } - { + destination = "${leon}:19900"; + proto = "udp"; + reflect = true; + sourcePort = 19800; + } + { destination = servHosts.minetest; proto = "udp"; reflect = true;