Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 8484 - DNS Queries over HTTPS (DoH) #33

Closed
git001 opened this issue Feb 4, 2019 · 2 comments
Closed

RFC 8484 - DNS Queries over HTTPS (DoH) #33

git001 opened this issue Feb 4, 2019 · 2 comments
Labels
type: feature This issue describes a feature request / wishlist.

Comments

@git001
Copy link
Contributor

git001 commented Feb 4, 2019

Output of haproxy -vv and uname -a

Future version

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.

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 ...
@git001 git001 added the type: feature This issue describes a feature request / wishlist. label Feb 4, 2019
@lukastribus
Copy link
Member

@git001
Copy link
Contributor Author

git001 commented Feb 27, 2019

Looks like this feature is not yet necessary or ready to implement.
It could be reopened in the future

@git001 git001 closed this as completed Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature This issue describes a feature request / wishlist.
Projects
None yet
Development

No branches or pull requests

2 participants