1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-02 11:52:58 +03:00
zapret/init.d/openwrt/firewall.user.mns
2017-04-23 10:14:00 +03:00

3 lines
300 B
Plaintext

iptables -t raw -C PREROUTING -p tcp --sport 80 --tcp-flags SYN,ACK SYN,ACK -m set --match-set zapret src -j NFQUEUE --queue-num 200 --queue-bypass ||
iptables -t raw -I PREROUTING -p tcp --sport 80 --tcp-flags SYN,ACK SYN,ACK -m set --match-set zapret src -j NFQUEUE --queue-num 200 --queue-bypass