Forward port 1022 to ftp

This commit is contained in:
Sandro - 2022-08-05 22:04:32 +02:00
parent 39897ded63
commit fa0869b110
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 0 deletions

View File

@ -285,6 +285,12 @@ in
reflect = false;
sourcePort = 2269;
}
{
destination = servHosts.ftp;
proto = "tcp";
reflect = true;
sourcePort = 1022;
}
];
interfaces = {
core = {