Hacky DNS query against a list of DNS servers.
You need the net-dns gem installed for this to work.
- To check the MX records for hotmail.com
./bin/dns-check -f providers.yml -t MX -q hotmail.com
Layout is as follows:
primary: <Provider's Primary DNS>
secondary: <Provider's Secondary DNS>```