shorewall_code/Shorewall/Macros/macro.PPtP
Tuomo Soini c9161a3eb2 macro.PPtP: update macro header and description
Signed-off-by: Tuomo Soini <tis@foobar.fi>
2016-02-15 18:20:39 +02:00

16 lines
394 B
Plaintext

#
# Shorewall -- /usr/share/shorewall/macro.PPtP Macro
#
# This macro handles PPTP traffic. NOTE: PPTP protocol is insecure.
#
###############################################################################
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
GRE
?if ( __CT_TARGET && ! $AUTOHELPERS && __PPTP_HELPER )
PARAM - - tcp 1723 { helper=pptp }
?else
PARAM - - tcp 1723
?endif