From d770e9b28ff3f532c586f149ef696c7b2cad545a Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 12 Dec 2022 20:57:06 +0100 Subject: [PATCH] upstream4: add telnet port forwarding --- config/net/upstream.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";