diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 188d82b..34dac9f 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -113,13 +113,25 @@ in reflect = true; sourcePort = 64699; } - { + { #ssh destination = "${servHosts.leon}:22"; proto = "tcp"; reflect = true; sourcePort = 2223; } - { + { #Website + destination = "${servHosts.leon}:5000"; + proto = "tcp"; + reflect = true; + sourcePort = 5001; + } + { #VPN_Wireguard + destination = "${servHosts.leon}:8800"; + proto = "udp"; + reflect = true; + sourcePort = 777; + } + { destination = servHosts.minetest; proto = "udp"; reflect = true;