]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/guardian/guardian_unblock.sh
This fixes bug #0000707 new extra chain for guardian.
[people/pmueller/ipfire-2.x.git] / config / guardian / guardian_unblock.sh
index 5e0b379037d82ff7b060d9ee1ff4d95c648d3496..e0d3b5d4812093557cf8838bce4f0f9ca24a386f 100644 (file)
@@ -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