diff --git a/awg_config.sh b/awg_config.sh index 0bce9c9..b7b3ef2 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/beta" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" 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/beta" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" if [ -f "/etc/init.d/podkop" ]; then printf "Podkop installed. Reconfigured on AWG WARP and Opera Proxy? (y/n): \n" @@ -644,4 +644,4 @@ service sing-box restart service podkop enable service podkop restart -printf "\033[32;1mConfigured completed...\033[0m\n" \ No newline at end of file +printf "\033[32;1mConfigured completed...\033[0m\n" diff --git a/config_files/podkop b/config_files/podkop index 963466d..fb42182 100644 --- a/config_files/podkop +++ b/config_files/podkop @@ -27,9 +27,10 @@ config main 'main' list custom_domains 'gstatic.com' list custom_domains 'l.google.com' list custom_domains 'rutracker.org' + list custom_domains 'rutracker.net' + list custom_domains 'rutracker.cc' list custom_domains 'rutor.info' list custom_domains 'nnmclub.to' - list custom_domains 'rutracker.net' list custom_domains 'lostfilm.tv' list custom_domains 'animego.org' list custom_domains 'jut.su' diff --git a/config_files/podkopSecond b/config_files/podkopSecond index 9dc88b1..dc72f97 100644 --- a/config_files/podkopSecond +++ b/config_files/podkopSecond @@ -21,9 +21,10 @@ config main 'main' list subnets 'twitter' list custom_domains '2ip.ru' list custom_domains 'rutracker.org' + list custom_domains 'rutracker.cc' + list custom_domains 'rutracker.net' list custom_domains 'rutor.info' list custom_domains 'nnmclub.to' - list custom_domains 'rutracker.net' list custom_domains 'lostfilm.tv' list custom_domains 'animego.org' list custom_domains 'jut.su' @@ -94,4 +95,4 @@ config second 'second' }' option second_domain_service_enabled '0' option second_custom_domains_list_enabled 'dynamic' - option second_custom_subnets_list_enabled 'disabled' \ No newline at end of file + option second_custom_subnets_list_enabled 'disabled' diff --git a/config_files/podkopSecondYoutube b/config_files/podkopSecondYoutube index 2748e27..2d34a1a 100644 --- a/config_files/podkopSecondYoutube +++ b/config_files/podkopSecondYoutube @@ -32,9 +32,10 @@ config main 'main' list custom_domains 'gstatic.com' list custom_domains 'l.google.com' list custom_domains 'rutracker.org' + list custom_domains 'rutracker.net' + list custom_domains 'rutracker.cc' list custom_domains 'rutor.info' list custom_domains 'nnmclub.to' - list custom_domains 'rutracker.net' list custom_domains 'lostfilm.tv' list custom_domains 'animego.org' list custom_domains 'jut.su' @@ -110,4 +111,4 @@ config second 'second' }' option second_domain_service_enabled '0' option second_custom_domains_list_enabled 'dynamic' - option second_custom_subnets_list_enabled 'disabled' \ No newline at end of file + option second_custom_subnets_list_enabled 'disabled' diff --git a/configure_zaprets.sh b/configure_zaprets.sh index 62e906e..36f9813 100644 --- a/configure_zaprets.sh +++ b/configure_zaprets.sh @@ -265,11 +265,11 @@ uci commit dhcp echo "Add unblock ChatGPT..." -checkAndAddDomainPermanentName "chatgpt.com" "94.131.119.85" -checkAndAddDomainPermanentName "openai.com" "94.131.119.85" -checkAndAddDomainPermanentName "webrtc.chatgpt.com" "94.131.119.85" -checkAndAddDomainPermanentName "ios.chat.openai.com" "94.131.119.85" -checkAndAddDomainPermanentName "searchgpt.com" "94.131.119.85" +checkAndAddDomainPermanentName "chatgpt.com" "83.220.169.155" +checkAndAddDomainPermanentName "openai.com" "83.220.169.155" +checkAndAddDomainPermanentName "webrtc.chatgpt.com" "83.220.169.155" +checkAndAddDomainPermanentName "ios.chat.openai.com" "83.220.169.155" +checkAndAddDomainPermanentName "searchgpt.com" "83.220.169.155" nameRule="option name 'Block_UDP_443'" str=$(grep -i "$nameRule" /etc/config/firewall) diff --git a/universal_config.sh b/universal_config.sh index f9a0bb3..00cbe39 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -402,7 +402,7 @@ firewall https-dns-proxy youtubeUnblock dhcp" -URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" checkPackageAndInstall "https-dns-proxy" "0" @@ -499,7 +499,7 @@ then fi printf "\033[32;1mAutomatic generate config AmneziaWG WARP (n) or manual input parameters for AmneziaWG (y)...\033[0m\n" -countRepeatAWGGen=5 +countRepeatAWGGen=2 echo "Input manual parameters AmneziaWG? (y/n): " read is_manual_input_parameters currIter=0 @@ -749,7 +749,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" +URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/main" case $varByPass in 1)