24 Commits

Author SHA1 Message Date
CodeRoK7
0feef7b06a Change repo 2025-12-29 10:04:14 +00:00
CodeRoK7
7c28aaacc4 Change default DNS on Google 2025-12-14 15:55:18 +00:00
CodeRoK7
886c539a67 Fix config Zapret 2025-12-12 09:47:27 +00:00
CodeRoK7
b15b197073 Fix synhronize config zapret 2025-12-10 17:03:53 +00:00
CodeRoK7
bab8d37b46 Fix config zapret 2025-12-10 10:41:06 +00:00
CodeRoK7
2674f7e9a9 Fix check zapret, add domain and subnets WhatsApp 2025-12-09 17:08:48 +00:00
CodeRoK7
588f538326 Update Podkop to version v0.7.10 2025-12-03 15:43:51 +00:00
CodeRoK7
b5ac0c0dd4 Fix output messages 2025-12-02 10:51:18 +00:00
CodeRoK7
c3a18a88a9 Update Podkop to version v0.7.9 2025-12-02 09:25:37 +00:00
CodeRoK7
90978d0cbb Update Podkop to version v0.7.8 2025-12-01 15:40:25 +00:00
CodeRoK7
948af4f0fc No edit sing-box 2025-12-01 04:49:13 +00:00
CodeRoK7
3539fe995d Fix bug DNS 2025-11-27 18:31:52 +00:00
CodeRoK7
da4bf408b8 Delete Zapret sript 50-wg4all 2025-11-25 15:46:33 +00:00
CodeRoK7
b58410aae3 Fix domen amazon 2025-11-22 18:22:52 +00:00
CodeRoK7
aca33c2f49 Add config file zapret-hosts-user-exclude.txt 2025-11-21 21:31:13 +00:00
CodeRoK7
57b2bf7ace Add filter mark for Zapret 2025-11-21 20:40:37 +00:00
CodeRoK7
6096a78db1 Upgrade strateg youtubeUnBlock 2025-11-20 07:22:40 +00:00
CodeRoK7
0835700a66 Upgrade strateg Zapret 2025-11-20 06:24:56 +00:00
CodeRoK7
db425c55b3 Fix 2025-11-14 12:27:49 +00:00
CodeRoK7
6b57248ed4 Add restart wdoc-wg 2025-11-14 10:36:42 +00:00
CodeRoK7
2f1d2d3767 Add config file wdoc-wg 2025-11-14 10:35:53 +00:00
CodeRoK7
3b7b7b2320 Stop service youtubeunblock 2025-11-14 03:41:42 +00:00
CodeRoK7
90e18865e6 Check and install packets doh-proxy, wdoc-wg 2025-11-13 18:59:47 +00:00
CodeRoK7
4c5da586c9 Add packets WathDog 2025-11-13 16:36:41 +00:00
16 changed files with 1432 additions and 15 deletions

View File

@@ -318,7 +318,7 @@ config_files="network
firewall
https-dns-proxy
dhcp"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225"
checkPackageAndInstall "https-dns-proxy" "0"
@@ -575,7 +575,7 @@ fi
path_podkop_config="/etc/config/podkop"
path_podkop_config_backup="/root/podkop"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225"
if [ -f "/etc/init.d/podkop" ]; then
printf "Podkop installed. Reconfigured on AWG WARP and Opera Proxy? (y/n): \n"

View File

@@ -52,3 +52,4 @@ config section 'Youtube_Discord'
list community_lists 'discord'
option user_domains_text '2ip.ru amazonaws.com whatsapp.com whatsapp.net whatsapp.biz wa.me'
list remote_subnet_lists 'https://raw.githubusercontent.com/HybridNetworks/whatsapp-cidr/main/WhatsApp/whatsapp_cidr_ipv4.txt'

10
config_files/wdoc Normal file
View File

@@ -0,0 +1,10 @@
config wdoc 'main'
option enabled '1'
option timeout '900'
option ping_ip '77.88.8.8'
option ping_domain 'ya.ru'
option curl_domain 'https://scbh.yandex.net/generate_204'
option firstboot '0'
option log '0'

View File

@@ -0,0 +1,7 @@
config wdoc-singbox 'main'
option enabled '1'
option timeout '120'
option url_test 'facebook.com'
option log '0'

14
config_files/wdoc-warp Normal file
View File

@@ -0,0 +1,14 @@
config wdoc-warp 'main'
option enabled '1'
option timeout '300'
option check_inet1 '77.88.8.8'
option check_inet2 '8.8.8.8'
option log '0'
config interface
option iface 'awg10'
option check_ip1 '8.8.8.8'
option check_ip2 '1.1.1.1'
option attempts '10'

13
config_files/wdoc-wg Normal file
View File

@@ -0,0 +1,13 @@
config wdoc-wg 'main'
option enabled '0'
option timeout '900'
option log '0'
option dns1 '77.88.8.8'
option dns2 '8.8.8.8'
config interface
option iface 'awg10'
option ip '172.16.0.1'
option check_inet '1'

View File

@@ -1,6 +1,6 @@
#!/bin/sh
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225"
DIR="/etc/config"
DIR_BACKUP="/root/backup"
config_files="dhcp

View File

@@ -1,6 +1,6 @@
#!/bin/sh
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225"
DIR="/etc/config"
DIR_BACKUP="/root/backup"
config_files="dhcp

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -7,10 +7,10 @@ findVersion="24.10.2"
if echo "$DESCRIPTION" | grep -qi -- "$findKey" && printf '%s\n%s\n' "$findVersion" "$VERSION" | sort -V | tail -n1 | grep -qx -- "$VERSION"; then
printf "\033[32;1mThis new firmware. Running new scprit...\033[0m\n"
wget --no-check-certificate -O /tmp/universal_config_new_podkop.sh https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07/universal_config_new_podkop.sh && chmod +x /tmp/universal_config_new_podkop.sh && /tmp/universal_config_new_podkop.sh $1 $2
wget --no-check-certificate -O /tmp/universal_config_new_podkop.sh https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225/universal_config_new_podkop.sh && chmod +x /tmp/universal_config_new_podkop.sh && /tmp/universal_config_new_podkop.sh $1 $2
else
printf "\033[32;1mThis old firmware.\nRecommendation, upgrade firmware to actual release...\nSleep 5 sec...\033[0m\n"
sleep 5
printf "\033[32;1mRunning old scprit...\033[0m\n"
wget --no-check-certificate -O /tmp/universal_config.sh https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07/universal_config.sh && chmod +x /tmp/universal_config.sh && /tmp/universal_config.sh $1 $2
wget --no-check-certificate -O /tmp/universal_config.sh https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225/universal_config.sh && chmod +x /tmp/universal_config.sh && /tmp/universal_config.sh $1 $2
fi

View File

@@ -661,7 +661,7 @@ firewall
https-dns-proxy
youtubeUnblock
dhcp"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/wdoctrack"
checkPackageAndInstall "https-dns-proxy" "0"
@@ -1143,7 +1143,7 @@ service odhcpd restart
path_podkop_config="/etc/config/podkop"
path_podkop_config_backup="/root/podkop"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/wdoctrack"
messageComplete=""

View File

@@ -658,19 +658,26 @@ uci set dhcp.@dnsmasq[0].confdir='/tmp/dnsmasq.d'
uci commit dhcp
DIR="/etc/config"
DIR_BACKUP="/root/backup5"
DIR_BACKUP="/root/backup6"
config_files="network
firewall
doh-proxy
zapret
dhcp
dns-failsafe-proxy
stubby"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
stubby
wdoc
wdoc-singbox
wdoc-warp
wdoc-wg"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225"
checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1"
checkPackageAndInstall "luci-i18n-stubby-ru" "1"
checkPackageAndInstall "luci-i18n-doh-proxy-ru" "1"
checkPackageAndInstall "luci-i18n-wdoc-singbox-ru" "1"
checkPackageAndInstall "luci-i18n-wdoc-warp-ru" "1"
checkPackageAndInstall "luci-i18n-wdoc-wg-ru" "1"
#проверяем установлени ли пакет https-dns-proxy
if opkg list-installed | grep -q https-dns-proxy; then
@@ -690,7 +697,7 @@ then
for file in $config_files
do
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ]
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ]
then
wget -O "$DIR/$file" "$URL/config_files/$file"
fi
@@ -829,10 +836,10 @@ printf "\033[32;1mCheck opera proxy...\033[0m\n"
service sing-box restart
curl --proxy http://127.0.0.1:18080 ipinfo.io/ip
if [ $? -eq 0 ]; then
printf "\033[32;1mOpera proxy well work...\033[0m\n"
printf "\n\033[32;1mOpera proxy well work...\033[0m\n"
isWorkOperaProxy=1
else
printf "\033[32;1mOpera proxy not work...\033[0m\n"
printf "\n\033[32;1mOpera proxy not work...\033[0m\n"
isWorkOperaProxy=0
fi
@@ -1182,7 +1189,7 @@ service odhcpd restart
path_podkop_config="/etc/config/podkop"
path_podkop_config_backup="/root/podkop"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225"
messageComplete=""
@@ -1334,6 +1341,14 @@ fi
# Включаем интерфейс
#ifup $INTERFACE_NAME
service doh-proxy restart
service stubby restart
service wdoc restart
service wdoc-singbox restart
service wdoc-warp restart
service wdoc-wg restart
service dns-failsafe-proxy restart
printf "\033[32;1mService Podkop and Sing-Box restart...\033[0m\n"
service sing-box enable
service sing-box restart

File diff suppressed because it is too large Load Diff