6006919d6f739d899e17316d009c14eb944419b5
[tt2015.git] / a3 / code / jtorx / setup / iptables.sh
1 #!/bin/sh
2 iptables -A OUTPUT -p tcp --tcp-flags PSH PSH -j ACCEPT
3 iptables -A OUTPUT -p tcp --tcp-flags RST RST -j DROP