diff --git a/config_files/zapret-hosts-user-exclude.txt b/config_files/zapret-hosts-user-exclude.txt new file mode 100644 index 0000000..b6f66a2 --- /dev/null +++ b/config_files/zapret-hosts-user-exclude.txt @@ -0,0 +1,18 @@ +127.0.0.0/8 +10.0.0.0/8 +172.16.0.0/12 +192.168.0.0/16 +169.254.0.0/16 +::1 +fc00::/7 +fe80::/10 +play.google.com +android.com +google-analytics.com +gstatic.com +gvt1.com +dl.google.com +dl-ssl.google.com +android.clients.google.com +gvt2.com +gvt3.com diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index f44c557..8c09508 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -770,6 +770,7 @@ opkg upgrade luci-app-zapret manage_package "zapret" "enable" "start" wget -O "/etc/config/zapret" "$URL/config_files/zapret" wget -O "/opt/zapret/ipset/zapret-hosts-user.txt" "$URL/config_files/zapret-hosts-user.txt" +wget -O "/opt/zapret/ipset/zapret-hosts-user-exclude.txt" "$URL/config_files/zapret-hosts-user-exclude.txt" wget -O "/opt/zapret/init.d/openwrt/custom.d/50-stun4all" "$URL/config_files/50-stun4all" wget -O "/opt/zapret/init.d/openwrt/custom.d/50-wg4all" "$URL/config_files/50-wg4all" chmod +x "/opt/zapret/init.d/openwrt/custom.d/50-stun4all"