From 8da1dba1af03ce273198789354ec276a9454c1ea Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Fri, 26 May 2023 22:18:12 +0200 Subject: [PATCH] remove old upstream forward --- config/net/upstream.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 534ab0c..613f270 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -253,12 +253,6 @@ in reflect = true; sourcePort = config.site.vpn.wireguard.port; } - { - destination = "${config.site.net.serv.hosts4.direkthilfe}:22"; - proto = "tcp"; - reflect = false; - sourcePort = 3822; - } { destination = servHosts.gnunet; proto = "tcp";