macro.PPtP: update macro header and description

Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
Tuomo Soini 2016-02-15 18:20:39 +02:00
parent 2c2c4194ce
commit c9161a3eb2

View File

@ -1,15 +1,12 @@
# #
# Shorewall - PPTP Macro # Shorewall -- /usr/share/shorewall/macro.PPtP Macro
# #
# /usr/share/shorewall/macro.PPtP Macro # This macro handles PPTP traffic. NOTE: PPTP protocol is insecure.
#
# This macro handles PPTP traffic.
# #
############################################################################### ###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/ #ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
# PORT(S) PORT(S) DEST LIMIT GROUP
PARAM - - 47 GRE
PARAM DEST SOURCE 47
?if ( __CT_TARGET && ! $AUTOHELPERS && __PPTP_HELPER ) ?if ( __CT_TARGET && ! $AUTOHELPERS && __PPTP_HELPER )
PARAM - - tcp 1723 { helper=pptp } PARAM - - tcp 1723 { helper=pptp }