about summary refs log tree commit diff stats
path: root/core/conf/iptables/ipt-client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/conf/iptables/ipt-client.sh')
-rw-r--r--core/conf/iptables/ipt-client.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/conf/iptables/ipt-client.sh b/core/conf/iptables/ipt-client.sh
index d19a9dc..f832c51 100644
--- a/core/conf/iptables/ipt-client.sh
+++ b/core/conf/iptables/ipt-client.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo "setting client network..."
+echo "setting dhcp network..."
 
 if [ "${GW}" == "" ]; then
 
@@ -19,6 +19,8 @@ if [ "${GW}" == "" ]; then
 	done
 fi
 
+echo "setting client network..."
+
 ####### Input Chain ######
 $IPT -A INPUT -j blocker
 
@@ -54,4 +56,3 @@ $IPT -A OUTPUT -o ${PUB_IF} -p udp --sport 1024:655335 --dport 1024:65535 -j ACC
 
 ## log everything else and drop
 ipt_log
-iptables-save > /etc/iptables/client.v4