fix(conf): prevent connections on port 20 (#32)

* fix(conf): use port 20 for data

* fix(conf): prevent connections from port 20
This commit is contained in:
Gareth Flowers 2022-10-20 10:47:58 +01:00
parent e206e47c17
commit 3eae7bde83

View file

@ -31,8 +31,8 @@ log_ftp_protocol=YES
xferlog_enable=YES
# network
connect_from_port_20=YES
ftp_data_port=21
connect_from_port_20=NO
ftp_data_port=20
max_clients=0
max_per_ip=0
pasv_address=0.0.0.0