feat(脚本): 修改domain08的电信解析ip

pull/534/merge
mack-a 2020-09-16 11:29:26 +08:00
parent 27f1a56038
commit 6200d0ab9e
1 changed files with 1 additions and 1 deletions

View File

@ -1214,7 +1214,7 @@ customCDNIP(){
echoContent skyBlue "\n进度 $1/${totalProgress} : 添加DNS智能解析" echoContent skyBlue "\n进度 $1/${totalProgress} : 添加DNS智能解析"
echoContent yellow " 移动:104.19.41.56" echoContent yellow " 移动:104.19.41.56"
echoContent yellow " 联通:104.16.160.136" echoContent yellow " 联通:104.16.160.136"
echoContent yellow " 电信:104.16.160.136" echoContent yellow " 电信:104.17.78.198"
read -p '是否使用?[y/n]:' dnsProxy read -p '是否使用?[y/n]:' dnsProxy
if [[ "${dnsProxy}" = "y" ]] if [[ "${dnsProxy}" = "y" ]]
then then