fix(脚本): 修改内置dns解析问题

pull/534/merge
mack-a 2020-09-12 17:56:56 +08:00
parent dac6e4a3f0
commit f4e80c6e5d
1 changed files with 11 additions and 7 deletions

View File

@ -1189,15 +1189,19 @@ EOF
"outbounds": [ "outbounds": [
{ {
"protocol": "freedom", "protocol": "freedom",
"settings": {} "settings": {
"domainStrategy": "UseIP"
}
} }
], ],
"dns": { "dns": {
"servers": [ "servers": [
"74.82.42.42",
"8.8.8.8", "8.8.8.8",
"8.8.4.4" "8.8.4.4",
], "1.1.1.1",
"tag": "dns_inbound" "localhost"
]
} }
} }
EOF EOF
@ -1502,7 +1506,7 @@ menu(){
cd cd
echoContent red "\n==============================================================" echoContent red "\n=============================================================="
echoContent green "作者mack-a" echoContent green "作者mack-a"
echoContent green "当前版本v2.0.3" echoContent green "当前版本v2.0.4"
echoContent red "==============================================================" echoContent red "=============================================================="
echoContent yellow "1.(VLESS+TCP+TLS/VMess+TCP+TLS/VMess+WS+TLS/VLESS+WS+TLS)+伪装博客 四合一共存脚本[Cloudflare云朵需为灰色]" echoContent yellow "1.(VLESS+TCP+TLS/VMess+TCP+TLS/VMess+WS+TLS/VLESS+WS+TLS)+伪装博客 四合一共存脚本[Cloudflare云朵需为灰色]"
echoContent red "==============================================================" echoContent red "=============================================================="