On 20/07/2020 06:55, Ted Fines via Pdns-users wrote:

I should clarify what exactly happens.  When I execute a ‘dig’, I see the Question and the Authority section (which is the .vu TLD authority) but nothing in the Answer section.  When I was only using pdns, without the recursor and dnsdist, the Answer section was populated.

# dig @localhost dom01.vu

; <<>> DiG 9.11.3-1ubuntu1.12-Ubuntu <<>> @localhost dom01.vu

; (1 server found)

;; global options: +cmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 20206

;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:

; EDNS: version: 0, flags:; udp: 512

;; QUESTION SECTION:

;dom01.vu.                 IN      A

;; AUTHORITY SECTION:

vu. 1562    IN      SOA     ns1.neustar.vu. hostmaster.neustar.biz. 1595043109 1800 300 1814400 1800

;; Query time: 0 msec

;; SERVER: 127.0.0.1#53(127.0.0.1)

;; WHEN: Mon Jul 20 07:53:40 CEST 2020

;; MSG SIZE rcvd: 107


What do you see when you query the authoritative server and the recursor separately?

dig @localhost -p 5300 dom01.vu.

dig @localhost -p 5301 dom01.vu.


_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to