shorewall_code/Shorewall/Macros/macro.FTP
Tom Eastep 2690243e3c Add helpers in the macros
Signed-off-by: Tom Eastep <teastep@shorewall.net>
2012-08-09 07:36:04 -07:00

17 lines
383 B
Plaintext

#
# Shorewall version 4 - FTP Macro
#
# /usr/share/shorewall/macro.FTP
#
# This macro handles FTP traffic.
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT(S) PORT(S) LIMIT GROUP
?IF ( __CT_TARGET && $HELPERS && __FTP_HELPER )
PARAM - - tcp 21 ; helper=ftp
?ELSE
PARAM - - tcp 21
?ENDIF