shorewall_code/Shorewall/Macros/macro.IRC
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
407 B
Plaintext

#
# Shorewall version 4 IRC Macro
#
# /usr/share/shorewall/macro.IRC
#
# This macro handles IRC traffic (Internet Relay Chat).
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT(S) PORT(S) LIMIT GROUP
?IF ( __CT_TARGET && $HELPERS && __IRC_HELPER )
PARAM - - tcp 6667 ; helper=irc
?ELSE
PARAM - - tcp 6667
?ENDIF