about summary refs log tree commit diff stats
path: root/tools/scripts/system-iptables.sh
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-15 01:31:34 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-15 01:57:43 +0100
commit3d29ecb8767d923f79b82566fd57b08db76b8fc5 (patch)
treeac92517562ecf2025320b3487c76e2ed02eed6ee /tools/scripts/system-iptables.sh
parentda52c4b286dc1d3def59f20dbe25f033793c92cc (diff)
downloaddoc-3d29ecb8767d923f79b82566fd57b08db76b8fc5.tar.gz
tools revision
Diffstat (limited to 'tools/scripts/system-iptables.sh')
-rw-r--r--tools/scripts/system-iptables.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/scripts/system-iptables.sh b/tools/scripts/system-iptables.sh
index 4ec3b79..429efde 100644
--- a/tools/scripts/system-iptables.sh
+++ b/tools/scripts/system-iptables.sh
@@ -339,9 +339,9 @@ $IPT -A OUTPUT -o ${PUB_IF} -p tcp --sport 1024:65535 --dport 1024:  -m state --
 # $IPT -A OUTPUT -o ${PUB_IF} -p tcp --dport 2100 -j ACCEPT
 # $IPT -A OUTPUT -o ${PUB_IF} -p tcp --dport 9990 -j ACCEPT
 #
-# echo "Allow wesnoth"
-# $IPT -A OUTPUT -o ${PUB_IF} -p tcp --dport 15000 -m state --state NEW -j ACCEPT
-# $IPT -A OUTPUT -o ${PUB_IF} -p tcp --dport 14998 -m state --state NEW -j ACCEPT
+ echo "Allow wesnoth"
+ $IPT -A OUTPUT -o ${PUB_IF} -p tcp --dport 15000 -m state --state NEW -j ACCEPT
+ $IPT -A OUTPUT -o ${PUB_IF} -p tcp --dport 14998 -m state --state NEW -j ACCEPT
 
 ##### END your rules ############
 # Less log of known traffic