-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add support for more DNS providers #2
Comments
FYI- I added a note to #5 about some work I've done. If speaking strictly about DNS providers (and not sources of DNS names) then I think the only source I have that would be of use here is CSC, which is in your list as not yet implemented. I use the following endpoints to dump data
The API pattern is pretty simple if you just want to grab the RRs. Authenticate, and then make paged requests to /dbs/api/v2/zones, which will return all of the RRs for all zones The paging mechanism (for the domains endpoint, though the zones endpoint is the same):
CSC is one of the few sources I've encountered where you don't need one call per-zone, simply using Hope this is helpful and saves you 30 minutes of reading the API docs (actually, it tookl me longer to find the documentation than it did to write the code) I'll try to contribute an implementation if I have the time and there aren't conflicts with my employer Thanks for your work on this project |
If I can add one question, can you clarify these two from your list:
Are you referring to parsing BIND format zone files / AXFRs or are either of these also the names of some DNS provider/service? I ask because I've done some work to perform and process AXFR data, both with and without TSIG keys, via |
We should have more DNS provider integrations for getting complete list.
The text was updated successfully, but these errors were encountered: