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

Find real-world examples of more obscure records / verify dns-packet code #38

Closed
jacobgb24 opened this issue Mar 6, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@jacobgb24
Copy link
Member

One concern right now is that we aren't entirely sure how dns-packet handles some of the more obscure records (e.g. DNSSEC records, HWINFO, SRV, ENDS). Knowing this would help us in certain cases like #13.

This issue could be tackled two ways:

  1. Verify how the dns-packet code works and create sample json responses for each record type.
  2. Find real world servers that have these records available.

The second option may be a bit more useful, but I don't know of an easy way to go about it.

@jacobgb24 jacobgb24 added documentation Improvements or additions to documentation help wanted Something we need help with yhack labels Mar 6, 2020
@jacobgb24 jacobgb24 changed the title Find Real-World examples of more obscure records / verify dns-packet code Find real-world examples of more obscure records / verify dns-packet code Mar 6, 2020
@jacobgb24 jacobgb24 removed the yhack label Mar 14, 2020
@jacobgb24 jacobgb24 removed the help wanted Something we need help with label May 10, 2020
@visionm45
Copy link

i'm looking at the library for use with XMPP.

a SRV request to
_xmpp-client._tcp.example.com
returns the default connection

and a TXT request to
_xmppconnect.example.com
should return alternative connection methods.

i'm not sure if this is what you are looking for here but maybe it could be useful for you

ex:
dig -t txt _xmppconnect.tigase.net
dig -t SRV _xmpp-client._tcp.tigase.net

@kimbo kimbo closed this as completed Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants