From a7a5069016d6ea1ff359e2236b9efe5bf502eb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 20 Dec 2022 19:44:53 +0100 Subject: [PATCH] Move mailtngbert to correct subnet --- config/net/upstream.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index a2c6dcf..850dfe1 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) c3d2-web leon; + inherit (config.site.net.flpk.hosts4) c3d2-web leon mailtngbert; in { site.hosts = { @@ -197,43 +197,43 @@ in sourcePort = 3479; } { - destination = servHosts.mailtngbert; + destination = mailtngbert; proto = "tcp"; reflect = true; sourcePort = 25; } { - destination = servHosts.mailtngbert; + destination = mailtngbert; proto = "tcp"; reflect = true; sourcePort = 465; } { - destination = servHosts.mailtngbert; + destination = mailtngbert; proto = "tcp"; reflect = true; sourcePort = 587; } { - destination = servHosts.mailtngbert; + destination = mailtngbert; proto = "tcp"; reflect = true; sourcePort = 110; } { - destination = servHosts.mailtngbert; + destination = mailtngbert; proto = "tcp"; reflect = true; sourcePort = 143; } { - destination = servHosts.mailtngbert; + destination = mailtngbert; proto = "tcp"; reflect = true; sourcePort = 993; } { - destination = servHosts.mailtngbert; + destination = mailtngbert; proto = "tcp"; reflect = true; sourcePort = 995;