Howdy. I’m unable to resolve upstate.edu
and www.upstate.edu
using 1.1.1.1
, but it works with 8.8.8.8
, my ISP’s DNS servers, and my wireless carrier’s servers.
Here’s the output of my dig tests:
> dig upstate.edu @1.1.1.1
; <<>> DiG 9.10.6 <<>> upstate.edu @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 12739
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; OPT=15: 00 16 ("..")
;; QUESTION SECTION:
;upstate.edu. IN A
;; Query time: 2023 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Sun Feb 21 17:45:32 EST 2021
;; MSG SIZE rcvd: 46
> dig upstate.edu @1.0.0.1
; <<>> DiG 9.10.6 <<>> upstate.edu @1.0.0.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 23829
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; OPT=15: 00 16 ("..")
;; QUESTION SECTION:
;upstate.edu. IN A
;; Query time: 39 msec
;; SERVER: 1.0.0.1#53(1.0.0.1)
;; WHEN: Sun Feb 21 17:45:36 EST 2021
;; MSG SIZE rcvd: 46
> dig upstate.edu @8.8.8.8
; <<>> DiG 9.10.6 <<>> upstate.edu @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10376
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;upstate.edu. IN A
;; ANSWER SECTION:
upstate.edu. 29 IN A 139.127.254.167
;; Query time: 51 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sun Feb 21 17:45:43 EST 2021
;; MSG SIZE rcvd: 56
> dig +short CHAOS TXT id.server @1.1.1.1
"IAD"
> dig +short CHAOS TXT id.server @1.0.0.1
"IAD"
> dig @ns3.Cloudflare.com whoami.Cloudflare.com txt +short
"71.115.149.139"
Here’s the link to dnsviz: www.upstate.edu | DNSViz
I’ve already done a purge cache with no success.
Thanks for any help anyone can offer.