Update mw.tpl
This commit is contained in:
parent
9e3ad237b5
commit
bc98a80de6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue