Skip to content

Instantly share code, notes, and snippets.

@itomg
Created June 5, 2015 01:08
Show Gist options
  • Save itomg/71a520c5d7bb7391907f to your computer and use it in GitHub Desktop.
Save itomg/71a520c5d7bb7391907f to your computer and use it in GitHub Desktop.
How to find out your host's domain server
## find out root dns server domain
dig .
## find out com. server
dig @root-server com.
## find out your domain dns server
dig @com-dns-server your-host.com.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment