diff --git a/config/net/upstream.nix b/config/net/upstream.nix index b31d825..f98eeed 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -48,6 +48,11 @@ in reflect = true; sourcePort = 1965; } + { # telnet telme + destination = "${servHosts.c3d2-web}:23"; + proto = "tcp"; + sourcePort = 23; + } { destination = "172.20.73.61"; proto = "tcp";