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:
parent
e206e47c17
commit
3eae7bde83
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue