What is the name of the domain?
DNS Issues
What is the issue you’re encountering
OpenDNS can’t connect to Cloudflared free tunnel
What steps have you taken to resolve the issue?
When spinning up a tunnel with Cloudflared using subdomain.trycloudflare.com, I can connect to it on my PC, but my coworker on mac cannot. He’s using OpenDNS. I can confirm that if he changes DNS to 1.1.1.1 he can connect.
dig spectacular-attempting-bigger-chile.trycloudflare.com
; <<>> DiG 9.10.6 <<>> spectacular-attempting-bigger-chile.trycloudflare.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 8420
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1410
;; QUESTION SECTION:
;spectacular-attempting-bigger-chile.trycloudflare.com. IN A
;; AUTHORITY SECTION:
trycloudflare.com. 1374 IN SOA kevin.ns.cloudflare.com. dns.cloudflare.com. 2353366664 10000 2400 604800 1800
;; Query time: 20 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Wed Oct 02 09:03:11 MDT 2024
;; MSG SIZE rcvd: 142
scutil --dns | grep 'nameserver\['
nameserver[0] : 208.67.222.222
nameserver[1] : 8.8.8.8
nameserver[0] : 127.0.0.1
nameserver[0] : 208.67.222.222
nameserver[1] : 8.8.8.8
dig @1.1.1.1 spectacular-attempting-bigger-chile.trycloudflare.com
; <<>> DiG 9.10.6 <<>> @1.1.1.1 spectacular-attempting-bigger-chile.trycloudflare.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6378
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;spectacular-attempting-bigger-chile.trycloudflare.com. IN A
;; ANSWER SECTION:
spectacular-attempting-bigger-chile.trycloudflare.com. 300 IN A 104.16.230.132
spectacular-attempting-bigger-chile.trycloudflare.com. 300 IN A 104.16.231.132
;; Query time: 13 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Wed Oct 02 09:05:19 MDT 2024
;; MSG SIZE rcvd: 114
We can see by comparing the two digs that in the first one, there was a NXDOMAIN error, and in the second it worked:
OpenDNS:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 8420
Cloudflare DNS:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6378