19 Commits

Author SHA1 Message Date
CodeRoK7
a26890920d Upgrade version Podkop to v0.7.10 2025-12-22 17:16:49 +00:00
CodeRoK7
87b9c61862 Change default DNS on Google 2025-12-14 15:51:36 +00:00
CodeRoK7
4927639c28 Fix config Zapret 2025-12-12 09:50:37 +00:00
CodeRoK7
30f921def8 Fix 2025-12-10 17:47:42 +00:00
CodeRoK7
3fd7112201 fix config zapret 2025-12-10 17:44:21 +00:00
CodeRoK7
0005011227 Fix sync config Zapret 2025-12-10 17:33:46 +00:00
CodeRoK7
3a5033c95c Fix zapret config 2025-12-10 10:38:34 +00:00
CodeRoK7
fad8b427bd Fix config podkop 2025-12-09 17:06:06 +00:00
CodeRoK7
6f7b5dcaf9 Fix check zapret, add domain and subnets WhatsApp 2025-12-09 17:04:49 +00:00
CodeRoK7
dea36b0562 Update Podkop to version v0.7.9 2025-12-03 16:17:13 +00:00
CodeRoK7
0768a86e19 Fix bug DNS 2025-11-27 16:22:10 +00:00
CodeRoK7
38aa79c42f Delete zapret srtipt '50-wg4all' 2025-11-25 15:40:17 +00:00
CodeRoK7
0283d13376 Fix domen Amazon 2025-11-22 18:20:47 +00:00
CodeRoK7
33c3c21982 Add config file zapret-hosts-user-exclude.txt 2025-11-21 21:30:50 +00:00
CodeRoK7
d36af9d33d Add filter mark for Zapret 2025-11-21 20:39:00 +00:00
CodeRoK7
b724c9084d Upgrade strateg youtubeUnBlock 2025-11-20 07:21:26 +00:00
CodeRoK7
35b5abf1df Upgrade strateg Zapret 2025-11-20 06:23:16 +00:00
CodeRoK7
28e6159aec Stop service youtubeunblock 2025-11-14 03:44:37 +00:00
CodeRoK7
8605bd66cc Restore 2025-11-13 16:27:44 +00:00
16 changed files with 15 additions and 1432 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/zapret271225"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
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/zapret271225"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
if [ -f "/etc/init.d/podkop" ]; then
printf "Podkop installed. Reconfigured on AWG WARP and Opera Proxy? (y/n): \n"

View File

@@ -52,4 +52,3 @@ 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'

View File

@@ -1,10 +0,0 @@
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

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

View File

@@ -1,14 +0,0 @@
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'

View File

@@ -1,13 +0,0 @@
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/zapret271225"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
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/zapret271225"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
DIR="/etc/config"
DIR_BACKUP="/root/backup"
config_files="dhcp

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/zapret271225/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/podkop07/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/zapret271225/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/podkop07/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/wdoctrack"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
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/wdoctrack"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
messageComplete=""

View File

@@ -658,26 +658,19 @@ uci set dhcp.@dnsmasq[0].confdir='/tmp/dnsmasq.d'
uci commit dhcp
DIR="/etc/config"
DIR_BACKUP="/root/backup6"
DIR_BACKUP="/root/backup5"
config_files="network
firewall
doh-proxy
zapret
dhcp
dns-failsafe-proxy
stubby
wdoc
wdoc-singbox
wdoc-warp
wdoc-wg"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/zapret271225"
stubby"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
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
@@ -697,7 +690,7 @@ then
for file in $config_files
do
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ]
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ]
then
wget -O "$DIR/$file" "$URL/config_files/$file"
fi
@@ -836,10 +829,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 "\n\033[32;1mOpera proxy well work...\033[0m\n"
printf "\033[32;1mOpera proxy well work...\033[0m\n"
isWorkOperaProxy=1
else
printf "\n\033[32;1mOpera proxy not work...\033[0m\n"
printf "\033[32;1mOpera proxy not work...\033[0m\n"
isWorkOperaProxy=0
fi
@@ -1189,7 +1182,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/zapret271225"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
messageComplete=""
@@ -1341,14 +1334,6 @@ 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