ClearDNS
ClearDNS copied to clipboard
请问支持 ECH 吗?
关于ECH的介绍: https://blog.cloudflare.com/encrypted-client-hello/ https://blog.mozilla.org/security/2021/01/07/encrypted-client-hello-the-future-of-esni-in-firefox/
Firefox开启: about:config network.dns.echconfig.enabled network.dns.use_https_rr_as_altsvc
Chrome开启: chrome://flags encrypted-client-hello use-dns-https-svcb-alpn
ECH必须和DOH配合才能运行
ECH支持这边是由上游项目决定的,也就是需要dnsproxy底层支持才行(依赖到golang底层库了),从目前仓库代码看还没有完全实现,这个后续会跟进。