mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 02:08:48 +02:00
macro.PPtP: update macro header and description
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
2c2c4194ce
commit
c9161a3eb2
@ -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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user