Add 'blacklist!' command.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2020-06-06 10:13:46 -07:00
parent 527533ecb6
commit 07160c5ed1
3 changed files with 14 additions and 5 deletions

View File

@ -338,7 +338,7 @@ get_config() {
if [ -n "$DYNAMIC_BLACKLIST" -a "$(id -u)" = 0 ]; then
case $COMMAND in
blacklist|allow|drop|logdrop|reject)
blacklist*|allow|drop|logdrop|reject)
setup_dbl
;;
esac