Problems with dns for secure(dot)ssa(dot)gov

Arg; “only four links” as new user, so substituted in secure(dot)ssa(dot)gov for actual name.

The following fails a lot, but does work sometimes.
I would say it fails more often than works.
I haven’t noticed problems with other dns lookups.
I don’t know how to report this to Cloudflare as I am not a customer.
This lookup seems to works every time for 8.8.8.8.

$ dig secure(dot)ssa(dot)gov @1.1.1.1

; <<>> DiG 9.10.6 <<>> secure(dot)ssa(dot)gov @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 40525
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; OPT=15: 00 00 (“…”)
;; QUESTION SECTION:
;secure.ssa.gov. IN A

;; Query time: 62 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Thu Jul 22 15:49:08 PDT 2021
;; MSG SIZE rcvd: 49

$ dig secure(dot)ssa(dot)gov @8.8.8.8

; <<>> DiG 9.10.6 <<>> secure(dot)ssa(dot)gov @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57399
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;secure.ssa.gov. IN A

;; ANSWER SECTION:
secure.ssa.gov. 1 IN A 137.200.40.10

;; Query time: 58 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Jul 22 15:58:04 PDT 2021
;; MSG SIZE rcvd: 59

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.