Fix error for ftp server rules.

This commit is contained in:
2019-03-02 04:50:40 +01:00
parent bd4f24b244
commit 45b3274c03
4 changed files with 136 additions and 13 deletions

View File

@@ -135,6 +135,10 @@ forward_private_ips=""
# -
http_ports="80,443"
# - FTP Servers Passive Portrange
# -
ftp_passive_port_range="50000:50400"
# - Mail Client Ports (Submission/SMTPS/POPS/IMAPS)
# -
mail_user_ports="587,465,110,995,143,993"