Chrome >> 设置 >> 隐私设置和安全性 >> 安全(chrome://settings/security) >> 关闭使用安全DNS(或使用自定义DoH服务提供商)
发现Google Chrome Microsoft Edge,加载网页的速度相比起之前的版本以及其他浏览器明显变慢(加载知乎速度变慢相当明显,尤其是知乎的图片)。
Google Chrome 从Chrome 83 开始推出安全DNS,这个功能建立在DNS-over-HTTPS的基础上。
A safer and more private browsing experience with Secure DNS
With Chrome 83, we’ve started rolling out Secure DNS, a feature built on top of a secure DNS protocol called DNS-over-HTTPS,
which is designed to improve your safety and privacy while browsing the web.
Google Chrome默认推荐的DNS应该是境外的服务器,境外服务器对境内部分网站优化不佳,就会导致网页变慢的情况。
https://dns.alidns.com/dns-query?
https://alidns_ip/dns-query?
其中alidns_ip是dns.alidns.com 的A记录,可以是以下两个地址之一 :223.5.5.5,223.6.6.6.
https://doh.pub/dns-query
https://dns.google/dns-query
知乎:https://www.zhihu.com/question/428931557
GitHub:https://github.com/curl/curl/wiki/DNS-over-HTTPS
附
Google Chrome 帮助
更新:2023年3月15日
下一篇:【C++学习笔记】:对象指针