zapret/init.d/openwrt/firewall.zapret.nfqws_ipset

8 lines
232 B
Plaintext
Raw Normal View History

2019-05-13 18:27:16 +03:00
IPT_FILTER_PRE="-p tcp --tcp-flags SYN,ACK SYN,ACK --sport 80 -m set --match-set zapret src"
2019-05-03 12:44:43 +03:00
IPT_FILTER_POST="-p tcp --dport 80 -m set --match-set zapret dst"
2019-05-13 18:27:16 +03:00
. /opt/zapret/init.d/openwrt/functions
2019-05-03 12:44:43 +03:00
create_ipset no-update
2019-05-13 18:27:16 +03:00
fw_nfqws