This commit has been accessed 2,739 times via Git panel.
commit 9dd34665a1d0a0c7cf7411682020668af6d1b83a
tree ee3c17b4759163bfe978f9056b713bc72a8b9168
parent a3dac0908b21b7a55d181f898690e6d21462ff0c
author Engels Antonio <engels@kalasag.org> 1464622818 +0800
committer Engels Antonio <engels@kalasag.org> 1464622818 +0800
Fix TARPIT target KILL_ROUTE option
diff --git a/kalasag.conf b/kalasag.conf
index df10e2a..83ebf6d 100644
--- a/kalasag.conf
+++ b/kalasag.conf
@@ -204,7 +204,7 @@ BLOCK_TCP="1"
KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j DROP"
#
# iptables support for Linux (xtables-addons)
-#KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j TARPIT"
+#KILL_ROUTE="/sbin/iptables -I INPUT -p tcp -s $TARGET$ -j TARPIT"
#
# For those of you running FreeBSD (and compatible) you can
# use their built in firewalling as well.
tree ee3c17b4759163bfe978f9056b713bc72a8b9168
parent a3dac0908b21b7a55d181f898690e6d21462ff0c
author Engels Antonio <engels@kalasag.org> 1464622818 +0800
committer Engels Antonio <engels@kalasag.org> 1464622818 +0800
Fix TARPIT target KILL_ROUTE option
diff --git a/kalasag.conf b/kalasag.conf
index df10e2a..83ebf6d 100644
--- a/kalasag.conf
+++ b/kalasag.conf
@@ -204,7 +204,7 @@ BLOCK_TCP="1"
KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j DROP"
#
# iptables support for Linux (xtables-addons)
-#KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j TARPIT"
+#KILL_ROUTE="/sbin/iptables -I INPUT -p tcp -s $TARGET$ -j TARPIT"
#
# For those of you running FreeBSD (and compatible) you can
# use their built in firewalling as well.