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

Format of zone file? #3

Closed
bkrugerp99 opened this issue Dec 7, 2022 · 2 comments
Closed

Format of zone file? #3

bkrugerp99 opened this issue Dec 7, 2022 · 2 comments

Comments

@bkrugerp99
Copy link

What format do you want the zone to be in? bind? cli53 output? djbdns? powerdns?

Expected Behavior

Docs should be a little more verbose of format to be used.

Current Behavior

Docs don't tell us format for the zone file?

Possible Solution

Fixing the docs.

Steps to Reproduce (for bugs)

  1. Read the docs.
  2. Search for any clue of zone format (hint: if I search for bind as I'm making a guess as the format, it doesn't turn up)

Context

I'm wishing to use https://github.com/barnybug/cli53 to be able to parse aws zones.
You can get a bind-compatible output by using "export".

@paulf69487623
Copy link
Collaborator

Hey Brian,

Yeah, we could clarify that a little more. This version currently only supports reading Bind / RFC 1035 style zone files. If you're up for it, you can open a PR with the clarification.

Is there a generally recognized format for AWS R53 zone files? It would definitely be possible to add support for parsing that. One of our internal versions had support for loading records exported to an internal JSON format. The implementation of that format wasn't very elegant, but I've got an idea of how it could be done more nicely.

Thanks,

Paul

@jakajancar
Copy link

cli53's output seems to work for me!

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

No branches or pull requests

3 participants