Typing to add a couple of MX and TXT to a domain registered through Vercel, derek-lane-test.com
I added the records a few hours ago, but they still aren’t reporting/propagating when I do a dig/dns lookup:
```
❯ dig MX detek-lane-test.com @ns1.vercel-dns.com
; <<>> DiG 9.10.6 <<>> MX detek-lane-test.com @ns1.vercel-dns.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 46118
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;detek-lane-test.com. IN MX
;; Query time: 28 msec
;; SERVER: 198.51.44.13#53(198.51.44.13)
;; WHEN: Tue Sep 16 13:54:02 CDT 2025
;; MSG SIZE rcvd: 48
```
What am I doing wrong?
