From fa0869b11012341610fd232c215fcc07b97a79f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 5 Aug 2022 22:04:32 +0200 Subject: [PATCH] Forward port 1022 to ftp --- config/net/upstream.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 5af63d1..c170486 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -285,6 +285,12 @@ in reflect = false; sourcePort = 2269; } + { + destination = servHosts.ftp; + proto = "tcp"; + reflect = true; + sourcePort = 1022; + } ]; interfaces = { core = {