Skip to content

Instantly share code, notes, and snippets.

@grantm
Created December 22, 2015 06:03
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 grantm/0c309d273c03d554083b to your computer and use it in GitHub Desktop.
Save grantm/0c309d273c03d554083b to your computer and use it in GitHub Desktop.
DNS queries against Slingshot nameservers
~$ host www.lighthousepetone.co.nz 202.180.64.10
Using domain server:
Name: 202.180.64.10
Address: 202.180.64.10#53
Aliases:
Host www.lighthousepetone.co.nz not found: 2(SERVFAIL)
~$ host www.lighthousepetone.co.nz 202.180.64.11
Using domain server:
Name: 202.180.64.11
Address: 202.180.64.11#53
Aliases:
www.lighthousepetone.co.nz has address 210.48.67.160
~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment