hamcrest / JavaHamcrest

Java (and original) version of Hamcrest
http://hamcrest.org/
BSD 3-Clause "New" or "Revised" License
2.1k stars 376 forks source link

hamcrest.org is no longer in the DNS.... #169

Closed jtnord closed 4 weeks ago

jtnord commented 7 years ago

not sure how else to report this but all the docs are missing...

http://dns.squish.net/traverses/38751cbb1ada037e5f5d16d5e774c4ea

Name    hamcrest.org
Type    NS
Date    2017-01-26 11:30:51 UTC
Summary
100% resulted in an error
Results
16.7% No such domain (NXDOMAIN) at c0.org.afilias-nst.info (199.19.53.1)
16.7% No such domain (NXDOMAIN) at b0.org.afilias-nst.org (199.19.54.1)
16.7% No such domain (NXDOMAIN) at a0.org.afilias-nst.info (199.19.56.1)
16.7% No such domain (NXDOMAIN) at d0.org.afilias-nst.org (199.19.57.1)
16.7% No such domain (NXDOMAIN) at a2.org.afilias-nst.info (199.249.112.1)
16.7% No such domain (NXDOMAIN) at b2.org.afilias-nst.org (199.249.120.1)

looking at the whois I can see DNS records listed and querying those servers does give me an IP address for github pages - but it appears as though there is no glue records in the root domain so you just can't get to these servers...

elreydetodo commented 7 years ago

This is weird. Their domain registration doesn't expire until next year, but the SOA for org is claiming they have no record for hamcrest.org.

https://whois.icann.org/en/lookup?name=hamcrest.org

$ dig hamcrest.org

; <<>> DiG 9.8.3-P1 <<>> hamcrest.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 644
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;hamcrest.org.          IN  A

;; AUTHORITY SECTION:
org.            74  IN  SOA a0.org.afilias-nst.info. noc.afilias-nst.info. 2012341310 1800 900 604800 86400

But:

$ dig hamcrest.org @NS1.DREAMHOST.COM

; <<>> DiG 9.8.3-P1 <<>> hamcrest.org @NS1.DREAMHOST.COM
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25069
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;hamcrest.org.          IN  A

;; ANSWER SECTION:
hamcrest.org.       14400   IN  A   192.30.252.154
hamcrest.org.       14400   IN  A   192.30.252.153
sf105 commented 7 years ago

I've pinged both the dreamhost proxy address and the last known owner and haven't had any response. Grateful for any help.

jtnord commented 7 years ago

Basically the dns servers have changed but the root glue records have not been updated. . Requires the domain owner to talk to the registrar

tumbarumba commented 4 weeks ago

Working now