pymumu / smartdns

A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。
https://pymumu.github.io/smartdns/
GNU General Public License v3.0
7.92k stars 1.05k forks source link

HTTP 400 Bad Request for DOH ordns.he.net #1733

Closed TCP3ACK closed 1 month ago

TCP3ACK commented 1 month ago

Hi,

The DOH of he.net (https://ordns.he.net/dns-query) returns code 400 for smartdns. However it's normal while using dig @ordns.he.net +https example.com

PikuZheng commented 1 month ago

non-compliant ? image

pymumu commented 1 month ago

Currently, smartdns does not support http/2, and ordns.he.net DNS server requires http/2 causing DOH to become unavailable. Smartdns will add http2 protocol support in the future.