From 99cc4b5f84455d10394e300cce8dade64efd431b Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Tue, 16 Sep 2025 04:20:23 +0000 Subject: [PATCH] Change url repo --- awg_config.sh | 4 ++-- configure_zaprets.sh | 2 +- off_configure_zaprets.sh | 2 +- run_universal_config.sh | 4 ++-- universal_config.sh | 4 ++-- universal_config_new_podkop.sh | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/awg_config.sh b/awg_config.sh index b7b3ef2..a4f9f69 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -318,7 +318,7 @@ config_files="network firewall https-dns-proxy dhcp" -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" 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/main" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" if [ -f "/etc/init.d/podkop" ]; then printf "Podkop installed. Reconfigured on AWG WARP and Opera Proxy? (y/n): \n" diff --git a/configure_zaprets.sh b/configure_zaprets.sh index 36f9813..dd1fd70 100644 --- a/configure_zaprets.sh +++ b/configure_zaprets.sh @@ -1,6 +1,6 @@ #!/bin/sh -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" DIR="/etc/config" DIR_BACKUP="/root/backup" config_files="dhcp diff --git a/off_configure_zaprets.sh b/off_configure_zaprets.sh index c78a4ba..c1b384e 100644 --- a/off_configure_zaprets.sh +++ b/off_configure_zaprets.sh @@ -1,6 +1,6 @@ #!/bin/sh -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" DIR="/etc/config" DIR_BACKUP="/root/backup" config_files="dhcp diff --git a/run_universal_config.sh b/run_universal_config.sh index 1d51a82..c065835 100644 --- a/run_universal_config.sh +++ b/run_universal_config.sh @@ -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/beta_alt_test/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/beta_zapret/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/beta_alt_test/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/beta_zapret/universal_config.sh && chmod +x /tmp/universal_config.sh && /tmp/universal_config.sh $1 $2 fi \ No newline at end of file diff --git a/universal_config.sh b/universal_config.sh index 137b009..88dd6d5 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -549,7 +549,7 @@ firewall https-dns-proxy youtubeUnblock dhcp" -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_alt_test" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" checkPackageAndInstall "https-dns-proxy" "0" @@ -946,7 +946,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/beta_alt_test" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" messageComplete="" diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index f319163..40056ea 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -560,7 +560,7 @@ doh-proxy youtubeUnblock dhcp dns-failsafe-proxy" -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_alt_test" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1" checkPackageAndInstall "luci-i18n-stubby-ru" "1" @@ -959,7 +959,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/beta_alt_test" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta_zapret" messageComplete=""