mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-08 14:01:47 +01:00
Add COUNT rules to action.Drop and action.Reject
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9349 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4dbd06792c
commit
ea17219312
@ -20,6 +20,10 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO DPORT SPORT
|
#TARGET SOURCE DEST PROTO DPORT SPORT
|
||||||
#
|
#
|
||||||
|
# Count packets that come through here
|
||||||
|
#
|
||||||
|
COUNT
|
||||||
|
#
|
||||||
# Reject 'auth'
|
# Reject 'auth'
|
||||||
#
|
#
|
||||||
Auth/REJECT
|
Auth/REJECT
|
||||||
|
@ -16,6 +16,10 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
#TARGET SOURCE DEST PROTO
|
#TARGET SOURCE DEST PROTO
|
||||||
#
|
#
|
||||||
|
# Count packets that come through here
|
||||||
|
#
|
||||||
|
COUNT
|
||||||
|
#
|
||||||
# Don't log 'auth' -- REJECT
|
# Don't log 'auth' -- REJECT
|
||||||
#
|
#
|
||||||
Auth/REJECT
|
Auth/REJECT
|
||||||
|
Loading…
Reference in New Issue
Block a user