mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-23 19:21:21 +02:00
action.A_Drop: reformat to new header style
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
9a7f6512a1
commit
e4c9c83e2b
@ -1,7 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 5 - Drop Action
|
# Shorewall -- /usr/share/shorewall/action.A_Drop
|
||||||
#
|
|
||||||
# /usr/share/shorewall/action.A_Drop
|
|
||||||
#
|
#
|
||||||
# The audited default DROP common rules
|
# The audited default DROP common rules
|
||||||
#
|
#
|
||||||
@ -9,22 +7,19 @@
|
|||||||
# of the action is:
|
# of the action is:
|
||||||
#
|
#
|
||||||
# a) Avoid logging lots of useless cruft.
|
# a) Avoid logging lots of useless cruft.
|
||||||
# b) Ensure that 'auth' requests are rejected, even if the policy is
|
# b) Ensure that certain ICMP packets that are necessary for successful
|
||||||
# DROP. Otherwise, you may experience problems establishing
|
|
||||||
# connections with servers that use auth.
|
|
||||||
# c) Ensure that certain ICMP packets that are necessary for successful
|
|
||||||
# internet operation are always ACCEPTed.
|
# internet operation are always ACCEPTed.
|
||||||
#
|
#
|
||||||
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
# IF YOU ARE HAVING CONNECTION PROBLEMS, CHANGING THIS FILE WON'T HELP!!!!!!!!!
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
#ACTION SOURCE DEST PROTO DPORT SPORT
|
||||||
#
|
#
|
||||||
# Count packets that come through here
|
# Count packets that come through here
|
||||||
#
|
#
|
||||||
COUNT
|
COUNT
|
||||||
#
|
#
|
||||||
# Silently DROP 'auth'
|
# Special Handling for Auth
|
||||||
#
|
#
|
||||||
Auth(A_DROP)
|
Auth(A_DROP)
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user