feat(脚本): trojan-go 删除ipv4优先、修改智能解析dns为CNAME

pull/534/merge
mack-a 2020-12-31 16:29:52 +08:00
parent 84b407f217
commit c40daa6be5
1 changed files with 3 additions and 6 deletions

View File

@ -2169,9 +2169,6 @@ initTrojanGoConfig(){
}, },
"router": { "router": {
"enabled": false "enabled": false
},
"tcp":{
"prefer_ipv4":true
} }
} }
EOF EOF
@ -2181,8 +2178,8 @@ EOF
customCDNIP(){ customCDNIP(){
echoContent skyBlue "\n进度 $1/${totalProgress} : 添加DNS智能解析" echoContent skyBlue "\n进度 $1/${totalProgress} : 添加DNS智能解析"
echoContent yellow "\n 移动:104.19.45.117" echoContent yellow "\n 移动:104.19.45.117"
echoContent yellow " 联通:104.16.160.136" echoContent yellow " 联通:amp.cloudflare.com"
echoContent yellow " 电信:104.17.78.198" echoContent yellow " 电信:www.digitalocean.com"
echoContent skyBlue "----------------------------" echoContent skyBlue "----------------------------"
read -p '是否使用?[y/n]:' dnsProxy read -p '是否使用?[y/n]:' dnsProxy
if [[ "${dnsProxy}" = "y" ]] if [[ "${dnsProxy}" = "y" ]]
@ -3265,7 +3262,7 @@ menu(){
cd cd
echoContent red "\n==============================================================" echoContent red "\n=============================================================="
echoContent green "作者mack-a" echoContent green "作者mack-a"
echoContent green "当前版本v2.2.13" echoContent green "当前版本v2.2.14"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent" echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:七合一共存脚本" echoContent green "描述:七合一共存脚本"
echoContent red "==============================================================" echoContent red "=============================================================="