Skip to main content

Python DNS toolkit

Project description

Travis-ci: continuous integration status.

dnstk is a toolkit for building DNS clients and servers in Python.

dnstk-cli

dnstk includes its own client which works similar to dig:

$ dnstk-cli ddg.gg
Response code: 0
Question section
ddg.gg IN  A

Answer section
ddg.gg IN  A   208.94.146.80
ddg.gg IN  A   208.94.146.81
ddg.gg IN  A   208.94.146.70
ddg.gg IN  A   208.94.146.71

$ dnstk-cli irc.darkscience.net -r AAAA
Response code: 0
Question section
irc.darkscience.net    IN  AAAA

Answer section
irc.darkscience.net   IN  CNAME   irc.darkscience.ws
irc.darkscience.ws    IN  AAAA    2a02:2770::21a:4aff:fec1:1628

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dnstk-0.1.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page