Skip to content

Commit

Permalink
fix(conf): prevent connections on port 20 (#32)
Browse files Browse the repository at this point in the history
* fix(conf): use port 20 for data

* fix(conf): prevent connections from port 20
  • Loading branch information
garethflowers committed Oct 20, 2022
1 parent e206e47 commit 3eae7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vsftpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eae7bd

Please sign in to comment.