Change domain for check sing-box

This commit is contained in:
CodeRoK7
2025-10-23 06:16:06 +00:00
parent 358f5ec528
commit 13989b4eb2
2 changed files with 2 additions and 2 deletions

View File

@@ -793,7 +793,7 @@ fi
isWorkOperaProxy=0
printf "\033[32;1mCheck opera proxy...\033[0m\n"
service sing-box restart
sing-box tools fetch ifconfig.co -D /etc/sing-box/
sing-box tools fetch ifconfig.me -D /etc/sing-box/
if [ $? -eq 0 ]; then
printf "\033[32;1mOpera proxy well work...\033[0m\n"
isWorkOperaProxy=1