Weird domain resolution behaviour with tailscale

I’m just chiming in to say that you’re not the only one seeing this problem. There’s definitely something weird going on. I’m using Tailscale on a GL-AXT1800 (Slate AX) with Admin Panel v4.5.0 and a manually upgraded Tailscale version 1.62.0 through the script on this forum post.

I also cannot see duckduckgo.com through a browser or curl, but can ping the hosts no problem.

$  dig a duckduckgo.com

; <<>> DiG 9.10.6 <<>> a duckduckgo.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11243
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;duckduckgo.com.			IN	A

;; ANSWER SECTION:
duckduckgo.com.		300	IN	A	52.149.246.39

;; Query time: 502 msec
;; SERVER: 192.168.8.1#53(192.168.8.1)
;; WHEN: Fri Apr 12 17:02:09 EDT 2024
;; MSG SIZE  rcvd: 59
$ curl https://duckduckgo.com/
[operation times out]

However, I can ssh into my GL-AXT1800 and run the curl command just fine.