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
We currently don’t use DNS-over-HTTPS in router7 because the additional latency was noticeable, at least back when I tested it.
DNS-over-QUIC was recently standardized (https://www.rfc-editor.org/rfc/rfc9250.html), and there is at least one implementation at https://github.com/natesales/doqd that we could try.
The text was updated successfully, but these errors were encountered:
Shall it implement DNS-over-TLS? I'd love if something similar to my caching dns-over-tls-forwarder would end up in router7.
Sorry, something went wrong.
Thanks for the pointer! I should probably run some latency comparison numbers at some point, but not sure when I’ll get around to it :)
No branches or pull requests
We currently don’t use DNS-over-HTTPS in router7 because the additional latency was noticeable, at least back when I tested it.
DNS-over-QUIC was recently standardized (https://www.rfc-editor.org/rfc/rfc9250.html), and there is at least one implementation at https://github.com/natesales/doqd that we could try.
The text was updated successfully, but these errors were encountered: