zapret/init.d/openwrt/firewall.zapret.tpws_ipset_https

8 lines
212 B
Plaintext
Raw Normal View History

2019-05-05 23:35:10 +03:00
IPT_FILTER_HTTP="-p tcp --dport 80 -m set --match-set zapret dst"
IPT_FILTER_HTTPS="-p tcp --dport 443 -m set --match-set zapret dst"
2019-05-13 18:27:16 +03:00
. /opt/zapret/init.d/openwrt/functions
2019-05-05 23:35:10 +03:00
create_ipset no-update
2019-05-13 18:27:16 +03:00
fw_tpws_https