hi.
ns1:~# nslookup -q=txt _acme-challenge.example.com localhost
Server: localhost
Address: ::1#53
** server can't find _acme-challenge.example.com: NXDOMAIN
but
ns1:~# dig example.com @localhost
; <<>> DiG 9.18.24-1-Debian <<>> example.com @localhost
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19642
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;example.com. IN A
;; ANSWER SECTION:
example.com. 600 IN A 1.2.3.4
;; Query time: 0 msec
;; SERVER: ::1#53(localhost) (UDP)
;; WHEN: Mon Feb 26 15:29:46 +03 2024
;; MSG SIZE rcvd: 59
what can be wrong?