On 18/01/2022 12:19, jrd via Pdns-users wrote:
root@f3-kong-dyndns /etc/powerdns # dig jrd.org soa @localhost

; <<>> DiG 9.16.22 <<>> jrd.org soa @localhost
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58908
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
...
;; Query time: 90 msec
*;; SERVER: 127.0.0.1#53(127.0.0.1)*

RD = recursion desired, RA = recursion available.  Are you *sure* it's powerdns authoritative that you're talking to on localhost port 53?!

Ah, digging through your config:

> # local-port=53
> local-port=5300

Clearly, it isn't.  Your dig query is going to something else (unspecified) which is listening on port 53.  That'll be why you're not getting AA.
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to