X-Git-Url: http://git.squeep.com/?p=firewall-squeep;a=blobdiff_plain;f=firewall.sh;h=f880eafad6986950ea39bb344663ab4d74fbd70a;hp=dbc0c3f47328828a09938e1083c0ff1fdfcaa41e;hb=9ec8b91463d0c625e2e561fa476abe9c0e9c84ca;hpb=f65f4cc8891402affb602dc72bce1ee8fbc026c8 diff --git a/firewall.sh b/firewall.sh index dbc0c3f..f880eaf 100755 --- a/firewall.sh +++ b/firewall.sh @@ -91,6 +91,9 @@ $IPTABLES -A INPUT -i "${EXT_IF}" -p udp -m set --match-set allowed_udp dst -j A $IP6TABLES -A INPUT -i "${EXT_IF}" -p tcp -m set --match-set allowed_tcp dst -j ACCEPT $IP6TABLES -A INPUT -i "${EXT_IF}" -p udp -m set --match-set allowed_udp dst -j ACCEPT +# insert asia blocker +./sinokorea.sh + # insert persistent-pest-blocker ./xenophobe.sh