diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 07a2f66..51fec9a 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -119,25 +119,25 @@ in reflect = true; sourcePort = 2223; } - { #Website - destination = "${servHosts.leon}:5000"; + { #Website + destination = "${servHosts.leon}:5000"; proto = "tcp"; reflect = true; sourcePort = 5001; - } + } { #VPN_Wireguard VPN1-interface - destination = "${servHosts.leon}:19800"; + destination = "${servHosts.leon}:18900"; proto = "udp"; reflect = true; sourcePort = 18800; - } - { #VPN_Wireguard VPN2-interface - destination = "${servHosts.leon}:19800"; + } + { #VPN_Wireguard VPN2-interface + destination = "${servHosts.leon}:19900"; proto = "udp"; reflect = true; - sourcePort = 19900; - } - { + sourcePort = 19800; + } + { destination = servHosts.minetest; proto = "udp"; reflect = true;