Forward ftp to port 22

This commit is contained in:
Sandro - 2022-08-05 22:31:08 +02:00
parent d8dce5f6da
commit 89df3792d6
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ in
sourcePort = 2269; sourcePort = 2269;
} }
{ {
destination = servHosts.ftp; destination = "${servHosts.ftp}:22";
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 1022; sourcePort = 1022;