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:59:41 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-15 01:59:41 +0100
commit4006c1d2a5c82f9136f82b035e4083b487b01b5b (patch)
tree6b2f3c01cddee4c8307ff2ce279168c8952f6d11 /tools/scripts/system-iptables.sh
parent371d163d903373eea57cd6761223a579c18ed536 (diff)
parenta2e804ad93ef562c299dfad49eb890c8d7d24010 (diff)
downloaddoc-4006c1d2a5c82f9136f82b035e4083b487b01b5b.tar.gz
release 0.2.5
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