shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

google dns over tcp-tls 无法工作 #226

Open wangmice opened 4 years ago

wangmice commented 4 years ago

大量的log: 配置: { "Name": "GoogleS", "Address": "dns.google:853@8.8.4.4", "Protocol": "tcp-tls", "SOCKS5Address": "", "Timeout": 6, "EDNSClientSubnet": { "Policy": "auto", "ExternalIP": "", "NoCookie": true } },

log : 4月 04 16:02:26 nas overture[11684]: time="2020-04-04 16:02:26" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:02:28 nas overture[11684]: time="2020-04-04 16:02:28" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:02:30 nas overture[11684]: time="2020-04-04 16:02:30" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:02:37 nas overture[11684]: time="2020-04-04 16:02:37" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:02:37 nas overture[11684]: time="2020-04-04 16:02:37" level=warning msg="Failed to connect to DNS upstream: dial tcp 208.67.222.222:443: i/o timeout" 4月 04 16:02:44 nas overture[11684]: time="2020-04-04 16:02:44" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:02:46 nas overture[11684]: time="2020-04-04 16:02:46" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:02:53 nas overture[11684]: time="2020-04-04 16:02:53" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:02:53 nas overture[11684]: time="2020-04-04 16:02:53" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:03:02 nas overture[11684]: time="2020-04-04 16:03:02" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:03:02 nas overture[11684]: time="2020-04-04 16:03:02" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:03:49 nas overture[11684]: time="2020-04-04 16:03:49" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:03:49 nas overture[11684]: time="2020-04-04 16:03:49" level=warning msg="Failed to connect to DNS upstream: dial tcp 208.67.222.222:443: i/o timeout" 4月 04 16:04:23 nas overture[11684]: time="2020-04-04 16:04:23" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:04:23 nas overture[11684]: time="2020-04-04 16:04:23" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:04:28 nas overture[11684]: time="2020-04-04 16:04:28" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:05:28 nas overture[11684]: time="2020-04-04 16:05:28" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:05:51 nas overture[11684]: time="2020-04-04 16:05:51" level=warning msg="GoogleS Fail: Send question message failed" 4月 04 16:05:51 nas overture[11684]: time="2020-04-04 16:05:51" level=warning msg="GoogleS Fail: Send question message failed"

wangmice commented 4 years ago

设置了socks 代理一样的问题,无法解析域名, 用nslookup查询时返回: ** server can't find 查询的域名: SERVFAIL

wangmice commented 4 years ago

暂时换成 https 方式没问题

Mitsuhaxy commented 3 years ago

把配置文件贴出来看一下

ShinyNito commented 3 years ago

目前的socks 不支持udp 切换成tcp即可