2007-03-01 21:05:20 +01:00
|
|
|
## Name: vsftpd Server
|
|
|
|
## Description: Opens ports for vsftpd Server.
|
|
|
|
|
|
|
|
# space separated list of allowed TCP ports
|
2008-09-15 15:56:22 +02:00
|
|
|
TCP="ftp 30000:30100"
|
2007-03-01 21:05:20 +01:00
|
|
|
|
|
|
|
# space separated list of allowed UDP ports
|
2008-09-13 12:26:56 +02:00
|
|
|
UDP=""
|
2007-03-01 21:05:20 +01:00
|
|
|
|
|
|
|
# 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=""
|