From 2720d3d9ac0e4f2a5ebf2d22986cf6282d564f4e Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Mon, 6 Dec 2021 11:07:04 +0100 Subject: [PATCH] add portforwarding --- config/net/upstream.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 7500b2d..401b0a4 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -348,6 +348,12 @@ reflect = true; sourcePort = 995; } + { + destination = "172.20.73.162:22"; + proto = "tcp"; + reflect = true; + sourcePort = 2323; + } ]; interfaces = { core = {