1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-03-05 18:11:15 +01:00
shorewall_code/Shorewall/Macros/macro.SIP

19 lines
497 B
Plaintext
Raw Normal View History

#
# Shorewall version 4 - SIP Macro
#
# /usr/share/shorewall/macro.SIP
#
# This macro handles SIP traffic.
#
###############################################################################
?FORMAT 2
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
# PORT(S) PORT(S) DEST LIMIT GROUP
?if ( __CT_TARGET && ! $AUTOHELPERS && __SIP_HELPER )
PARAM - - udp 5060 { helper=sip }
?else
PARAM - - udp 5060
?endif