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

Support for SVCB/HTTPS record type #1323

Closed
tanyav2 opened this issue Dec 17, 2020 · 2 comments · Fixed by #1402
Closed

Support for SVCB/HTTPS record type #1323

tanyav2 opened this issue Dec 17, 2020 · 2 comments · Fixed by #1402
Labels

Comments

@tanyav2
Copy link

tanyav2 commented Dec 17, 2020

trust-dns-client does not support SVCB/HTTPS record type. This is now supported by miekg/dns which is a popular Go DNS implementation.

Currently, we can use RecordType::Unknown(65) to query this record.

I'm happy to submit a PR for this implementation, if this is something that can be supported.

cc @chris-wood @Lekensteyn

@bluejekyll
Copy link
Member

I haven’t looked at the RFC in detail, but please feel free to put up a PR. Notice the way that we have certain record types split across DNSSEC features to reduce dependencies, you may or may not want to have this be optional for similar reasons.

Happy to explain more if this is not obvious in the code. Thanks!

@bluejekyll
Copy link
Member

@tanyav2 see #1402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants