Testing DNS Servers with Python - dns_compare.py
Join the DZone community and get the full member experience.
Join For FreeSometimes it might be nice to be able to test a DNS server’s output, such as with a continuous monitoring system, or as a validation tool when migrating to a different DNS server (or service.)
$ dns_compare.py -z example.com --file example.com.zone --server 10.1.1.1 ....X...X..done Results: Matches: 9 Mis-matches: 2
To see more examples or download the code, goto: https://github.com/joemiller/dns_compare
Posted Wednesday, December 22nd, 2010 under dns, testing.
Domain Name System
Python (language)
Published at DZone with permission of Joe Miller, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
File Upload Security and Malware Protection
-
From On-Prem to SaaS
-
Chaining API Requests With API Gateway
-
A Complete Guide to AWS File Handling and How It Is Revolutionizing Cloud Storage
Comments