mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-04-03 11:37:51 +03:00
@@ -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"
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user