Skip to content

Instantly share code, notes, and snippets.

@danbee
Last active November 30, 2018 19:55
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 danbee/7de75bb320b2b54db9409883f03509d6 to your computer and use it in GitHub Desktop.
Save danbee/7de75bb320b2b54db9409883f03509d6 to your computer and use it in GitHub Desktop.
64squares name resolution
$ whois 64squares.club
% IANA WHOIS server
% for more information on IANA, visit http://www.iana.org
% This query returned 1 object
refer: whois.nic.club
domain: CLUB
organisation: .CLUB DOMAINS, LLC
...
nserver: NS1.DNS.NIC.CLUB 156.154.144.215 2610:a1:1071:0:0:0:0:d7
nserver: NS2.DNS.NIC.CLUB 156.154.145.215 2610:a1:1072:0:0:0:0:d7
nserver: NS3.DNS.NIC.CLUB 156.154.159.215 2610:a1:1073:0:0:0:0:d7
nserver: NS4.DNS.NIC.CLUB 156.154.156.215 2610:a1:1074:0:0:0:0:d7
nserver: NS5.DNS.NIC.CLUB 156.154.157.215 2610:a1:1075:0:0:0:0:d7
nserver: NS6.DNS.NIC.CLUB 156.154.158.215 2610:a1:1076:0:0:0:0:d7
...
Name Server: ns1.dnsimple.com
Name Server: ns3.dnsimple.com
Name Server: ns4.dnsimple.com
Name Server: ns2.dnsimple.com
$ dig @NS1.DNS.NIC.CLUB 64squares.club
...
;; QUESTION SECTION:
;64squares.club. IN A
;; AUTHORITY SECTION:
64squares.club. 3600 IN NS ns4.dnsimple.com.
64squares.club. 3600 IN NS ns3.dnsimple.com.
64squares.club. 3600 IN NS ns2.dnsimple.com.
64squares.club. 3600 IN NS ns1.dnsimple.com.
...
$ dig @ns1.dnsimple.com 64squares.club
...
;; QUESTION SECTION:
;64squares.club. IN A
;; ANSWER SECTION:
64squares.club. 3600 IN A 104.198.47.241
$ dig @8.8.8.8 64squares.club
...
;; QUESTION SECTION:
;64squares.club. IN A
# No answer section!
$ dig @1.1.1.1 64squares.club
...
;; QUESTION SECTION:
;64squares.club. IN A
# No answer section!
$ dig @208.67.222.222 64squares.club
...
;; QUESTION SECTION:
;64squares.club. IN A
;; ANSWER SECTION:
64squares.club. 3600 IN A 104.198.47.241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment