mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
ff8d354c1c
Signed-off-by: Tom Eastep <teastep@shorewall.net>
19 lines
497 B
Plaintext
19 lines
497 B
Plaintext
#
|
|
# 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
|