mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 02:49:54 +01:00
Convert two macros to Format 2
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
35fc7b34b8
commit
52d2e62274
@ -7,10 +7,12 @@
|
|||||||
#
|
#
|
||||||
# You can comment out the ports you do not want open
|
# You can comment out the ports you do not want open
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
?FORMAT 2
|
||||||
# PORT(S) PORT(S) LIMIT GROUP
|
###############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
||||||
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
||||||
PARAM - - tcp 389 #LDAP services
|
PARAM - - tcp 389 #LDAP services
|
||||||
PARAM - - udp 389
|
PARAM - - udp 389
|
||||||
PARAM - - tcp 636 #LDAP SSL
|
PARAM - - tcp 636 #LDAP SSL
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
# Assumes that ports 80 and 443 are already open
|
# Assumes that ports 80 and 443 are already open
|
||||||
# If needed, use the macros that open Http and Https to reduce redundancy
|
# If needed, use the macros that open Http and Https to reduce redundancy
|
||||||
####################################################################################
|
####################################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
?FORMAT 2
|
||||||
# PORT(S) PORT(S) LIMIT GROUP
|
####################################################################################
|
||||||
PARAM - - tcp 8200 # Goto Meeting only needed (TCP outbound)
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
||||||
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
||||||
|
PARAM - - tcp 8200 # Goto Meeting only needed (TCP outbound)
|
||||||
|
Loading…
Reference in New Issue
Block a user