mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
first commit
This commit is contained in:
5
init.d/openwrt/firewall.user.beeline
Normal file
5
init.d/openwrt/firewall.user.beeline
Normal file
@@ -0,0 +1,5 @@
|
||||
# put it to /etc/firewall.user
|
||||
|
||||
# for BEELINE ISP
|
||||
iptables -t mangle -D POSTROUTING -p tcp --dport 80 -m set --match-set zapret dst -j NFQUEUE --queue-num 200 --queue-bypass 2>/dev/null
|
||||
iptables -t mangle -I POSTROUTING -p tcp --dport 80 -m set --match-set zapret dst -j NFQUEUE --queue-num 200 --queue-bypass
|
Reference in New Issue
Block a user