mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
This fixes bug #0000707 new extra chain for guardian.
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
# done inside guardian itself.
|
||||
source=$1
|
||||
|
||||
/sbin/iptables -I INPUT -s $source -j DROP
|
||||
/sbin/iptables -I GUARDIANINPUT -s $source -j DROP
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
# and the script will issue a command to remove the block that was created with # block.sh address.
|
||||
source=$1
|
||||
|
||||
/sbin/iptables -D INPUT -s $source -j DROP
|
||||
/sbin/iptables -D GUARDIANINPUT -s $source -j DROP
|
||||
|
||||
@@ -30,7 +30,7 @@ THISAPP = guardian-$(VER)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = guardian
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user