Merge pull request #24 from routerich/main

Merge main to beta
This commit is contained in:
CodeRoK7
2025-06-11 13:59:01 +05:00
committed by GitHub
6 changed files with 19 additions and 16 deletions

View File

@@ -318,7 +318,7 @@ config_files="network
firewall firewall
https-dns-proxy https-dns-proxy
dhcp" 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" checkPackageAndInstall "https-dns-proxy" "0"
@@ -575,7 +575,7 @@ fi
path_podkop_config="/etc/config/podkop" path_podkop_config="/etc/config/podkop"
path_podkop_config_backup="/root/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 if [ -f "/etc/init.d/podkop" ]; then
printf "Podkop installed. Reconfigured on AWG WARP and Opera Proxy? (y/n): \n" 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 enable
service podkop restart service podkop restart
printf "\033[32;1mConfigured completed...\033[0m\n" printf "\033[32;1mConfigured completed...\033[0m\n"

View File

@@ -27,9 +27,10 @@ config main 'main'
list custom_domains 'gstatic.com' list custom_domains 'gstatic.com'
list custom_domains 'l.google.com' list custom_domains 'l.google.com'
list custom_domains 'rutracker.org' list custom_domains 'rutracker.org'
list custom_domains 'rutracker.net'
list custom_domains 'rutracker.cc'
list custom_domains 'rutor.info' list custom_domains 'rutor.info'
list custom_domains 'nnmclub.to' list custom_domains 'nnmclub.to'
list custom_domains 'rutracker.net'
list custom_domains 'lostfilm.tv' list custom_domains 'lostfilm.tv'
list custom_domains 'animego.org' list custom_domains 'animego.org'
list custom_domains 'jut.su' list custom_domains 'jut.su'

View File

@@ -21,9 +21,10 @@ config main 'main'
list subnets 'twitter' list subnets 'twitter'
list custom_domains '2ip.ru' list custom_domains '2ip.ru'
list custom_domains 'rutracker.org' list custom_domains 'rutracker.org'
list custom_domains 'rutracker.cc'
list custom_domains 'rutracker.net'
list custom_domains 'rutor.info' list custom_domains 'rutor.info'
list custom_domains 'nnmclub.to' list custom_domains 'nnmclub.to'
list custom_domains 'rutracker.net'
list custom_domains 'lostfilm.tv' list custom_domains 'lostfilm.tv'
list custom_domains 'animego.org' list custom_domains 'animego.org'
list custom_domains 'jut.su' list custom_domains 'jut.su'
@@ -94,4 +95,4 @@ config second 'second'
}' }'
option second_domain_service_enabled '0' option second_domain_service_enabled '0'
option second_custom_domains_list_enabled 'dynamic' option second_custom_domains_list_enabled 'dynamic'
option second_custom_subnets_list_enabled 'disabled' option second_custom_subnets_list_enabled 'disabled'

View File

@@ -32,9 +32,10 @@ config main 'main'
list custom_domains 'gstatic.com' list custom_domains 'gstatic.com'
list custom_domains 'l.google.com' list custom_domains 'l.google.com'
list custom_domains 'rutracker.org' list custom_domains 'rutracker.org'
list custom_domains 'rutracker.net'
list custom_domains 'rutracker.cc'
list custom_domains 'rutor.info' list custom_domains 'rutor.info'
list custom_domains 'nnmclub.to' list custom_domains 'nnmclub.to'
list custom_domains 'rutracker.net'
list custom_domains 'lostfilm.tv' list custom_domains 'lostfilm.tv'
list custom_domains 'animego.org' list custom_domains 'animego.org'
list custom_domains 'jut.su' list custom_domains 'jut.su'
@@ -110,4 +111,4 @@ config second 'second'
}' }'
option second_domain_service_enabled '0' option second_domain_service_enabled '0'
option second_custom_domains_list_enabled 'dynamic' option second_custom_domains_list_enabled 'dynamic'
option second_custom_subnets_list_enabled 'disabled' option second_custom_subnets_list_enabled 'disabled'

View File

@@ -265,11 +265,11 @@ uci commit dhcp
echo "Add unblock ChatGPT..." echo "Add unblock ChatGPT..."
checkAndAddDomainPermanentName "chatgpt.com" "94.131.119.85" checkAndAddDomainPermanentName "chatgpt.com" "83.220.169.155"
checkAndAddDomainPermanentName "openai.com" "94.131.119.85" checkAndAddDomainPermanentName "openai.com" "83.220.169.155"
checkAndAddDomainPermanentName "webrtc.chatgpt.com" "94.131.119.85" checkAndAddDomainPermanentName "webrtc.chatgpt.com" "83.220.169.155"
checkAndAddDomainPermanentName "ios.chat.openai.com" "94.131.119.85" checkAndAddDomainPermanentName "ios.chat.openai.com" "83.220.169.155"
checkAndAddDomainPermanentName "searchgpt.com" "94.131.119.85" checkAndAddDomainPermanentName "searchgpt.com" "83.220.169.155"
nameRule="option name 'Block_UDP_443'" nameRule="option name 'Block_UDP_443'"
str=$(grep -i "$nameRule" /etc/config/firewall) str=$(grep -i "$nameRule" /etc/config/firewall)

View File

@@ -402,7 +402,7 @@ firewall
https-dns-proxy https-dns-proxy
youtubeUnblock youtubeUnblock
dhcp" 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" checkPackageAndInstall "https-dns-proxy" "0"
@@ -499,7 +499,7 @@ then
fi fi
printf "\033[32;1mAutomatic generate config AmneziaWG WARP (n) or manual input parameters for AmneziaWG (y)...\033[0m\n" 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): " echo "Input manual parameters AmneziaWG? (y/n): "
read is_manual_input_parameters read is_manual_input_parameters
currIter=0 currIter=0
@@ -749,7 +749,7 @@ service odhcpd restart
path_podkop_config="/etc/config/podkop" path_podkop_config="/etc/config/podkop"
path_podkop_config_backup="/root/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 case $varByPass in
1) 1)