Eduardo Diaz 2025-07-06 22:29:34 -04:00 committed by GitHub
commit 869d30a684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 3 deletions

View File

@ -12,7 +12,11 @@
# file should be modified with "BLACKLISTNEWONLY=No". Note that as of
# Shorewall 4.5.13 BLACKLISTNEWONLY is deprecated; however the equivalent
# of BLACKLISTNEWONLY=No can now be achieved by setting BLACKLIST="ALL".
#
# you can check the list using "shorewall show bl"
#
# Enabling using ipset for shorewall on a single list is a more easy and more efective
# change blocktype = blacklist
# enable on shorewall.comf to "DYNAMIC_BLACKLIST=ipset,disconnect,timeout=0"
[Definition]
@ -60,9 +64,9 @@ family =
# Option: blocktype
# Note: This is what the action does with rules.
# See man page of shorewall for options that include drop, logdrop, reject, or logreject
# See man page of shorewall for options that include drop, logdrop, reject, blacklist, or logreject
# Values: STRING
blocktype = reject
blocktype = blacklist
[Init?family=inet6]