mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
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.
|
# 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
|
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
||||||
# the log.
|
# the log.
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
#
|
#
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|
||||||
DEFAULTS DROP,-
|
|
||||||
|
|
||||||
?if @2 ne '' && @2 ne '-'
|
?if @2 ne '' && @2 ne '-'
|
||||||
?if @2 eq 'audit'
|
?if @2 eq 'audit'
|
||||||
DEFAULTS A_DROP,-
|
DEFAULTS A_DROP,-
|
||||||
|
@ -72,7 +72,7 @@ DropUPnP(@5)
|
|||||||
#
|
#
|
||||||
# Drop 'newnotsyn' traffic so that it doesn't get logged.
|
# 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
|
# Drop late-arriving DNS replies. These are just a nuisance and clutter up
|
||||||
# the log.
|
# the log.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user