forked from pool/vsftpd
This commit is contained in:
committed by
Git OBS Bridge
parent
6c32c8f621
commit
4bae5c38b7
17
vsftpd.firewall
Normal file
17
vsftpd.firewall
Normal file
@@ -0,0 +1,17 @@
|
||||
## Name: vsftpd Server
|
||||
## Description: Opens ports for vsftpd Server.
|
||||
|
||||
# space separated list of allowed TCP ports
|
||||
TCP="ftp ftp-data"
|
||||
|
||||
# space separated list of allowed UDP ports
|
||||
UDP="ftp-data"
|
||||
|
||||
# space separated list of allowed RPC services
|
||||
RPC=""
|
||||
|
||||
# space separated list of allowed IP protocols
|
||||
IP=""
|
||||
|
||||
# space separated list of allowed UDP broadcast ports
|
||||
BROADCAST=""
|
Reference in New Issue
Block a user