Skip to content

Instantly share code, notes, and snippets.

@samstarling
Created January 4, 2011 16:07
Show Gist options
  • Save samstarling/764965 to your computer and use it in GitHub Desktop.
Save samstarling/764965 to your computer and use it in GitHub Desktop.
# Without VPN
localhost:~ sam$ nslookup
> set type=srv
> 09580.c586.ce1.fm.radiodns.org
Server: 10.0.0.138
Address: 10.0.0.138#53
Non-authoritative answer:
*** Can't find 09580.c586.ce1.fm.radiodns.org: No answer
Authoritative answers can be found from:
>
# With VPN
vpn2-1:~ sam$ nslookup
> set type=srv
> 09580.c586.ce1.fm.radiodns.org
Server: 130.88.203.7
Address: 130.88.203.7#53
Non-authoritative answer:
09580.c586.ce1.fm.radiodns.org canonical name = rdns.musicradio.com.
Authoritative answers can be found from:
musicradio.com
origin = ns0.as39202.net
mail addr = domains.as39202.net
serial = 2010102800
refresh = 900
retry = 600
expire = 2419200
minimum = 3600
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment