Skip to content

Instantly share code, notes, and snippets.

@julien51
Created February 26, 2014 15:17
Show Gist options
  • Save julien51/9231364 to your computer and use it in GitHub Desktop.
Save julien51/9231364 to your computer and use it in GitHub Desktop.
# First, find the authoritative nameservers:
$ dig +short NS superfeedr.com
ns1.dnsimple.com.
ns2.dnsimple.com.
ns3.dnsimple.com.
ns4.dnsimple.com.
# Second get the TTL
$ dig @ns1.dnsimple.com. +nocmd +noall +answer +ttlid a superfeedr.com
superfeedr.com. 300 IN A 96.126.119.56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment