1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-03 20:32:58 +03:00
zapret/init.d/openwrt/firewall.zapret.tpws_ipset_https

8 lines
212 B
Plaintext

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"
. /opt/zapret/init.d/openwrt/functions
create_ipset no-update
fw_tpws_https