You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
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".
The text was updated successfully, but these errors were encountered: