This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 <[email protected]> | |
# | |
# Source: https://stackoverflow.com/a/29079962/683977 |