forked from extern/shorewall_code
Cleanup of Standard Actions
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5f01bc75bd
commit
054637880b
@ -71,7 +71,7 @@ DropUPnP(@5)
|
||||
#
|
||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
||||
#
|
||||
NotSyn(DROP,@1) - - tcp
|
||||
NotSyn(-,@1) - - tcp
|
||||
#
|
||||
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
||||
# the log.
|
||||
|
@ -9,8 +9,6 @@
|
||||
#
|
||||
##########################################################################################
|
||||
|
||||
DEFAULTS DROP,-
|
||||
|
||||
?if @2 ne '' && @2 ne '-'
|
||||
?if @2 eq 'audit'
|
||||
DEFAULTS A_DROP,-
|
||||
|
@ -72,7 +72,7 @@ DropUPnP(@5)
|
||||
#
|
||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
||||
#
|
||||
NotSyn(DROP,@1) - - tcp
|
||||
NotSyn(-,@1) - - tcp
|
||||
#
|
||||
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
||||
# the log.
|
||||
|
Loading…
Reference in New Issue
Block a user