diff options
author | Silvino Silva <silvino@bk.ru> | 2016-10-15 01:59:41 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-10-15 01:59:41 +0100 |
commit | 4006c1d2a5c82f9136f82b035e4083b487b01b5b (patch) | |
tree | 6b2f3c01cddee4c8307ff2ce279168c8952f6d11 /tools/scripts/system-iptables.sh | |
parent | 371d163d903373eea57cd6761223a579c18ed536 (diff) | |
parent | a2e804ad93ef562c299dfad49eb890c8d7d24010 (diff) | |
download | doc-4006c1d2a5c82f9136f82b035e4083b487b01b5b.tar.gz |
release 0.2.5
Diffstat (limited to 'tools/scripts/system-iptables.sh')
-rw-r--r-- | tools/scripts/system-iptables.sh | 6 |
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 |