diff --git a/config/net/upstream.nix b/config/net/upstream.nix index e1225cc..a2c6dcf 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -114,29 +114,26 @@ in reflect = true; sourcePort = 64699; } - { #ssh + { #ssh destination = "${leon}:22"; proto = "tcp"; reflect = true; sourcePort = 2223; } - { #Website + { #Website destination = "${leon}:5000"; proto = "tcp"; reflect = true; sourcePort = 5001; - } + } { #VPN_Wireguard VPN1-interface destination = "${leon}:18900"; proto = "udp"; reflect = true; sourcePort = 18800; } - { #VPN_Wireguard VPN2-interface + { #VPN_Wireguard VPN2-interface destination = "${leon}:19900"; - proto = "udp"; - reflect = true; - sourcePort = 19800; } { destination = servHosts.minetest;