1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-04 21:02:57 +03:00
zapret/init.d/openwrt/firewall.zapret.tpws_ipset_https6
2019-05-13 18:27:16 +03:00

7 lines
192 B
Plaintext

IPT_FILTER_HTTP="-p tcp --dport 80 -m set --match-set zapret6 dst"
IPT_FILTER_HTTPS="-p tcp --dport 443 -m set --match-set zapret6 dst"
. /opt/zapret/init.d/openwrt/functions
fw_tpws_https6