shawn1m / overture

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

本地dns服务器不能设置成本机,否则解析域名时会出现死循环 #234

Closed gaorui84 closed 4 years ago

gaorui84 commented 4 years ago

resolv.conf 不能设置 nameserver 127.0.0.1,否则解析域名时会不断出现Failed to connect to DNS upstream: dial tcp: i/o timeout形成死循环。

shawn1m commented 4 years ago

It's an dns over https or dns over tls common issue. IP address must be set directly if the system default nameserver is overture itself.