From 4f090527d4cc64305add16ba68c6f72a275a507b Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 16 Dec 2022 19:29:00 +0100 Subject: [PATCH] upstream4: fix forwardPorts --- config/net/upstream.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index b31d825..e1225cc 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -2,7 +2,7 @@ let servHosts = config.site.net.serv.hosts4; inherit (config.site.net.c3d2.hosts4) dn42; - inherit (config.site.net.flpk.hosts4) leon; + inherit (config.site.net.flpk.hosts4) c3d2-web leon; in { site.hosts = { @@ -43,7 +43,7 @@ in sourcePort = 443; } { # gemini - destination = "${servHosts.c3d2-web}:1965"; + destination = "${c3d2-web}:1965"; proto = "tcp"; reflect = true; sourcePort = 1965;