vote up 0 vote down star

How do I get the DNS records for a zone in python? I'm looking for data similar to the output of dig.

flag

2 Answers

vote up 3 vote down check

Try the dnspython library:

You can see some examples here:

link|flag
Yes, good library but do not forget there are others. such as pydns.sourceforge.net – bortzmeyer Jul 22 at 7:50
vote up 1 vote down

Your other option is pydns but the last release is as of 2008 so dnspython is probably a better bet (I only mention this in case dnspython doesn't float your boat).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.