This on both an M1 iMac running Ventura and an M2 MBA running Sonoma.
My wife asked me for help in getting to the following website:
https://cios.coj.go.th (Thailand court system - she's an attorney)
Neither Safari nor Firefox can resolve this URL, but Chrome connects immediately.
I had thought that browsers would always use whatever DNS server you set up in Network settings, but that seems not to be the case.
dig on the MBA yields the following mess:
Both of these machines are set up to use 8.8.8.8 and 1.1.1.1 as DNS servers. This has worked fine for years and still works for every URL I've tried, except for the court website.
If I use the ISP's DNS server it works:
Can someone help me understand what's going on here? Specifically:
• Why can't Google and CloudFlare's DNS servers resolved the court URL but can resolve other URLs?
• What magic does Chrome have that enables it to resolve the court URL?
My wife asked me for help in getting to the following website:
https://cios.coj.go.th (Thailand court system - she's an attorney)
Neither Safari nor Firefox can resolve this URL, but Chrome connects immediately.
I had thought that browsers would always use whatever DNS server you set up in Network settings, but that seems not to be the case.
dig on the MBA yields the following mess:
Code:
Fifteen:~ mnewman$ dig cios.coj.go.th
; <<>> DiG 9.10.6 <<>> cios.coj.go.th
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 49469
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
; OPT=15: 00 0a 46 6f 72 20 63 69 6f 73 2e 63 6f 6a 2e 67 6f 2e 74 68 2f 61 ("..For cios.coj.go.th/a")
;; QUESTION SECTION:
;cios.coj.go.th. IN A
;; Query time: 134 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Jan 05 15:38:27 +07 2024
;; MSG SIZE rcvd: 69
Both of these machines are set up to use 8.8.8.8 and 1.1.1.1 as DNS servers. This has worked fine for years and still works for every URL I've tried, except for the court website.
If I use the ISP's DNS server it works:
Code:
;; ANSWER SECTION:
cios.coj.go.th. 784 IN A 61.19.239.200
Can someone help me understand what's going on here? Specifically:
• Why can't Google and CloudFlare's DNS servers resolved the court URL but can resolve other URLs?
• What magic does Chrome have that enables it to resolve the court URL?