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

feat: add toWire() #23

Open
msimerson opened this issue Apr 8, 2022 · 0 comments
Open

feat: add toWire() #23

msimerson opened this issue Apr 8, 2022 · 0 comments
Labels
feature feature request or addition

Comments

@msimerson
Copy link
Collaborator

msimerson commented Apr 8, 2022

Add a function that exports DNS RRs in wire/network/raw format.

maybe leverage mafintosh/dns-packet for this.

Use cases:

  • for records that don't fit nicely into v2 SQL columns.
  • This is the underlying mechanism by which tinydns and maradns publish RRs for which they don't have built-in support.
  • Store the wire format in a key-value / NoSQL data store. Pair that data store with any number of DNS servers which mate nicely with redis or mongo or ....
@msimerson msimerson added the feature feature request or addition label Apr 8, 2022
@msimerson msimerson changed the title feature: add toWire() feat: add toWire() Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature request or addition
Projects
Status: No status
Development

No branches or pull requests

1 participant