mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
c2b1a0ce04
Signed-off-by: Tuomo Soini <tis@foobar.fi>
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/macro.SIP
|
|
#
|
|
# This macro handles SIP traffic.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
?if ( __CT_TARGET && ! $AUTOHELPERS && __SIP_HELPER )
|
|
PARAM - - udp 5060 { helper=sip }
|
|
?else
|
|
PARAM - - udp 5060
|
|
?endif
|