about summary refs log tree commit diff stats
path: root/core/conf/iptables/ipt-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/conf/iptables/ipt-server.sh')
-rw-r--r--core/conf/iptables/ipt-server.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/conf/iptables/ipt-server.sh b/core/conf/iptables/ipt-server.sh
index 278c400..67f18f0 100644
--- a/core/conf/iptables/ipt-server.sh
+++ b/core/conf/iptables/ipt-server.sh
@@ -1,16 +1,5 @@
 echo "setting server iptables ..."
 
-source /etc/iptables/ipt-firewall.sh
-
-ipt_clear
-ipt_tables
-
-# Unlimited on loopback
-$IPT -A INPUT -i lo -s 127.0.0.0/8 -d 127.0.0.0/8 -j ACCEPT
-$IPT -A OUTPUT -o lo -s 127.0.0.0/8 -d 127.0.0.0/8 -j ACCEPT
-#$IPT -A INPUT -i lo -s ${PUB_IP} -d ${PUB_IP} -j ACCEPT
-#$IPT -A OUTPUT -o lo -s ${PUB_IP} -d ${PUB_IP} -j ACCEPT
-
 ####### Input Chain ######
 $IPT -A INPUT -j blocker