mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
IPT_FILTER_PRE="-p tcp --tcp-flags SYN,ACK SYN,ACK -m multiport --sports 80,443 -m set --match-set zapret src"
|
|
IPT_FILTER_POST="-p tcp --dport 80 -m set --match-set zapret dst"
|
|
|
|
. /opt/zapret/init.d/openwrt/functions
|
|
|
|
fw_nfqws
|