We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Not a duplicate as such but another feature for the #14713 pile.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: