Created
February 26, 2014 15:17
-
-
Save julien51/9231364 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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