diff --git a/config/net/upstream.nix b/config/net/upstream.nix index c170486..188d82b 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -286,7 +286,7 @@ in sourcePort = 2269; } { - destination = servHosts.ftp; + destination = "${servHosts.ftp}:22"; proto = "tcp"; reflect = true; sourcePort = 1022;