mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-30 02:38:06 +03:00
Compare commits
19 Commits
zapret2712
...
podkop07
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a26890920d | ||
|
|
87b9c61862 | ||
|
|
4927639c28 | ||
|
|
30f921def8 | ||
|
|
3fd7112201 | ||
|
|
0005011227 | ||
|
|
3a5033c95c | ||
|
|
fad8b427bd | ||
|
|
6f7b5dcaf9 | ||
|
|
dea36b0562 | ||
|
|
0768a86e19 | ||
|
|
38aa79c42f | ||
|
|
0283d13376 | ||
|
|
33c3c21982 | ||
|
|
d36af9d33d | ||
|
|
b724c9084d | ||
|
|
35b5abf1df | ||
|
|
28e6159aec | ||
|
|
8605bd66cc |
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
|
||||
config wdoc-singbox 'main'
|
||||
option enabled '1'
|
||||
option timeout '120'
|
||||
option url_test 'facebook.com'
|
||||
option log '0'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
podkop_packets/assistant_install_6.exe
Normal file
BIN
podkop_packets/assistant_install_6.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
@@ -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=""
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user