mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-09 21:16:44 +03:00
Add config file zapret-hosts-user-exclude.txt
This commit is contained in:
18
config_files/zapret-hosts-user-exclude.txt
Normal file
18
config_files/zapret-hosts-user-exclude.txt
Normal file
@@ -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
|
||||||
@@ -770,6 +770,7 @@ opkg upgrade luci-app-zapret
|
|||||||
manage_package "zapret" "enable" "start"
|
manage_package "zapret" "enable" "start"
|
||||||
wget -O "/etc/config/zapret" "$URL/config_files/zapret"
|
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.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-stun4all" "$URL/config_files/50-stun4all"
|
||||||
wget -O "/opt/zapret/init.d/openwrt/custom.d/50-wg4all" "$URL/config_files/50-wg4all"
|
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"
|
chmod +x "/opt/zapret/init.d/openwrt/custom.d/50-stun4all"
|
||||||
|
|||||||
Reference in New Issue
Block a user