working setup for a4
[tt2015.git] / a4 / tcp / setup.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