Update mw.tpl

This commit is contained in:
dami 2025-08-18 22:40:32 +08:00
parent 9e3ad237b5
commit bc98a80de6
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ mw_common_proxy(){
if [ "$LOCAL_ADDR" != "common" ];then
ChooseProxyURL
if [ "$DOMAIN" != "https://" ];then
if [ "$HTTP_PREFIX" != "https://" ];then
DOMAIN=`echo $HTTP_PREFIX | sed 's|https://||g'`
DOMAIN=`echo $DOMAIN | sed 's|/||g'`
ping -c 3 $DOMAIN > /dev/null 2>&1