shawn1m / overture

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

上游DNS配置 Google DNS over TLS 问题 #154

Closed kiolygenius closed 5 years ago

kiolygenius commented 5 years ago

上游配置 dns 协议 tcp-tls, 地址 dns.google:853@8.8.8.8, 日志输出以下错误

Dial DNS-over-TLS upstream failed: x509: cannot validate certificate for 8.8.8.8 because it doesn't contain any IP SANs

[Version 1.5 final]

shawn1m commented 5 years ago

https://developers.google.com/speed/public-dns/docs/dns-over-tls

shawn1m commented 5 years ago
{    
      "Address": "dns.google:853@8.8.8.8",
      "Protocol": "tcp-tls"
}

I use this config and it works, maybe there are some network environment problems you must solve first.