From 382ac6d4e63c5a35eb0fce62e86bd2ed6a900cf2 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 31 Mar 2022 00:20:55 +0200 Subject: [PATCH] upstream4: add forwardPorts for direkthilfe:ssh --- config/net/upstream.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 35db40d..d311321 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -405,6 +405,12 @@ in reflect = true; sourcePort = config.site.vpn.wireguard.port; } + { + destination = "${config.site.net.serv.hosts4.direkthilfe}:22"; + proto = "tcp"; + reflect = false; + sourcePort = 3822; + } ]; interfaces = { core = {