Skip to content

Instantly share code, notes, and snippets.

View maiers's full-sized avatar

Sebastian Maier maiers

View GitHub Profile
@maiers
maiers / gist:3a9dd183dd5e6c434a85694c1fb2a57a
Created May 27, 2018 14:58
Compare DNS output from two Servers for multiple domains
#!/bin/bash
# This script will create a visual comparison of the
# output of the two DNS servers defined as NS0 and
# NS1 for the fqdn defined in DOMAINS
#
# Created: 2018-05-27
# Author: Sebastian <sebastian@progether.com>
#
# Source: https://stackoverflow.com/a/29079962/683977