Skip to content

Instantly share code, notes, and snippets.

@joshenders
Created May 10, 2015 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshenders/bcf44e6dfba37e317793 to your computer and use it in GitHub Desktop.
Save joshenders/bcf44e6dfba37e317793 to your computer and use it in GitHub Desktop.
(dnsdiff)jenders@collaris/pts/0: dnsdiff $ ./dnsdiff.py --help
usage: dnsdiff.py [-h] -f FILENAME --from-ns NAMESERVER1 --to-ns NAMESERVER2
optional arguments:
-h, --help Show this help message and exit
-f FILENAME, --filename FILENAME
File containing resource records to verify. File is
expected to be a valid zone master file as described
here: https://tools.ietf.org/html/rfc1035#section-5
--from-ns NAMESERVER1
Compare NAMESERVER1 to all operands
--to-ns NAMESERVER2 Compare all operands to NAMESERVER2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment