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

DNS over HTTPS Support #37952

Closed
fishcharlie opened this issue Mar 28, 2021 · 1 comment
Closed

DNS over HTTPS Support #37952

fishcharlie opened this issue Mar 28, 2021 · 1 comment

Comments

@fishcharlie
Copy link

The native Node.js DNS package should support DNS over HTTPS (DoH). This helps make secure DNS queries. You can find 1.1.1.1 documentation for this at: https://developers.cloudflare.com/1.1.1.1/dns-over-https/request-structure

Is your feature request related to a problem? Please describe.

Making secure DNS requests.

Describe the solution you'd like

Native Node.js DNS package to support DNS over HTTPS.

https://developers.cloudflare.com/1.1.1.1/dns-over-https/request-structure

Describe alternatives you've considered

Use 3rd party NPM packages (ex. dns2). However it'd be better to use the native Node.js package, since that package is very unstable.

@devsnek
Copy link
Member

devsnek commented Mar 28, 2021

Not a duplicate as such but another feature for the #14713 pile.

@devsnek devsnek closed this as completed Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants