From e926e053a1f920ba8b1ca888543661c30e091248 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 16 Dec 2022 18:29:43 +0100 Subject: [PATCH] upstream4: remove port forwarding for telnet DSI.net is not fond of getting daily mails from BSI-Cert. Hence c3d2-web moves to flpk IPs. --- config/net/upstream.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index f98eeed..b31d825 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -48,11 +48,6 @@ in reflect = true; sourcePort = 1965; } - { # telnet telme - destination = "${servHosts.c3d2-web}:23"; - proto = "tcp"; - sourcePort = 23; - } { destination = "172.20.73.61"; proto = "tcp";