You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolvers mydoh
type doh # new option [dns|doh|dot]
dohservers be_MyDoH # The backend for the doh servers
... # some other options
backend be_MyDoH
option http-use-htx # RECOMMENDED as DoH needs HTTP/2
# https://tools.ietf.org/html/rfc8484#section-5.2
... # some other options
server DoH_1 ip:port ...
server DoH_2 ip:port ...
The text was updated successfully, but these errors were encountered:
Output of
haproxy -vv
anduname -a
What should haproxy do differently? Which functionality do you think we should add?
I would like to have a option for a
DoH
url in the resolver, as we have now a robust HTTP/2 implementation ;-).RFC: https://tools.ietf.org/html/rfc8484
There are now several provider for DoH which are listed here.
https://github.com/curl/curl/wiki/DNS-over-HTTPS
Companies can run there own DoH Servers similar to the classical server, a possible setup is described here.
https://www.aaflalo.me/2018/10/tutorial-setup-dns-over-https-server/
Suggestion
My suggestion is a similar syntax as for spoe.
The text was updated successfully, but these errors were encountered: