mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-06 03:26:43 +03:00
Compare commits
2 Commits
b724c9084d
...
33c3c21982
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33c3c21982 | ||
|
|
d36af9d33d |
@@ -20,6 +20,7 @@ config main 'config'
|
||||
option NFQWS_ENABLE '1'
|
||||
option DESYNC_MARK '0x40000000'
|
||||
option DESYNC_MARK_POSTNAT '0x20000000'
|
||||
option FILTER_MARK ' '
|
||||
option NFQWS_PORTS_TCP '80,443'
|
||||
option NFQWS_PORTS_UDP '443'
|
||||
option NFQWS_TCP_PKT_OUT '9'
|
||||
|
||||
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"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user