Hi @jdpipe,
I donāt know the reason you are getting the query timed out looking up A for ascend4.org
, I can resolve your A record without issues from different countries, what is strange is that every DNS record that your DNS servers donāt recognize, they donāt answer anything, the query just time out.
For example:
1.- Quering records not recognized by your DNS servers.
Quering CAA (TYPE257) record:
$ dig @ns1.easyclouddns.net ascENd4.org +norecurse +dnssec -t TYPE257 +short
; <<>> DiG 9.9.5-9+deb8u10-Debian <<>> @ns1.easyclouddns.net ascENd4.org +norecurse +dnssec -t TYPE257 +short
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
Quering TLSA (TYPE52) record:
$ dig @ns1.easyclouddns.net ascENd4.org +norecurse +dnssec -t TYPE52 +short
; <<>> DiG 9.9.5-9+deb8u10-Debian <<>> @ns1.easyclouddns.net ascENd4.org +norecurse +dnssec -t TYPE52 +short
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
2.- Now quering some record not defined for your domain but recognized by your DNS Servers:
Quering NAPTR (TYPE35) record:
$ dig @ns1.easyclouddns.net ascENd4.org +norecurse +dnssec -t TYPE35
; <<>> DiG 9.9.5-9+deb8u10-Debian <<>> @ns1.easyclouddns.net ascENd4.org +norecurse +dnssec -t TYPE35
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14624
;; flags: qr aa; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 2800
;; QUESTION SECTION:
;ascENd4.org. IN NAPTR
;; AUTHORITY SECTION:
ascENd4.org. 7200 IN SOA ns1.easyclouddns.net. root.ns1.easyclouddns.net. 2015021700 86000 7200 12096000 600
;; Query time: 305 msec
;; SERVER: 203.55.142.21#53(203.55.142.21)
;; WHEN: Sat Apr 22 12:39:02 CEST 2017
;; MSG SIZE rcvd: 101
3.- Now quering a record defined and recognized:
Quering A (TYPE1) record:
$ dig @ns1.easyclouddns.net ascENd4.org +norecurse +dnssec -t TYPE1 +short
150.203.42.16
For me, easyclouddns.net
DNS servers are broken, they should answer every question but in this case, the important record is CAA (TYPE257), Letās Encrypt needs an answer⦠the answer could be the content of CAA record or nothing because it is not defined but needs an answer, not a DNS server time out
.
I donāt know how easy could be to you but there are other free DNS servers out there that you could use.
Good luck,
sahsanu