You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, apologies if it's just me using it wrong but here's my issue :
pdnsutil does not seem to be able to see zone RRs when the zones are loaded with geoip backend
Environment
Debian 12, pdns 4.9.
Steps to reproduce
I'm using a pretty basic configuration setup , it can be reproduced even without using any geoip specific records, with the simplest kind of zones:
# pdnsutil check-all-zones
[Error] No SOA record present, or active, in zone 'localhost'
Checked 0 records of 'localhost', 1 errors, 0 warnings.
Checked 1 zones, 1 had errors.
# pdnsutil list-zone localhost
$ORIGIN .
# dig query seems to work though
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49931
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 3
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;localhost. IN NS
;; ANSWER SECTION:
localhost. 86400 IN NS localhost.
;; ADDITIONAL SECTION:
localhost. 86400 IN AAAA ::1
localhost. 86400 IN A 127.0.0.1
Whatever I do, it keeps saying "$ORIGIN .".
I have also tried loading different zone from your examples and other online examples and I am always ending up with the same results.
Other information
For context, I have tried using GEOIP through LUA records but the performance is not great, down to 10% of what a normal bind backend is able to achieve.
I have also tested with the stable debian version (4.7.3)
This issue was edited since I accidentally posted too early, before noticing the zones were actually loaded and reachable.
The text was updated successfully, but these errors were encountered:
thibmac
changed the title
auth: check-z
auth: check-zone for geoip backend
Jan 2, 2025
Short description
First, apologies if it's just me using it wrong but here's my issue :
pdnsutil does not seem to be able to see zone RRs when the zones are loaded with geoip backend
Environment
Debian 12, pdns 4.9.
Steps to reproduce
I'm using a pretty basic configuration setup , it can be reproduced even without using any geoip specific records, with the simplest kind of zones:
Expected behaviour
I'm expecting to see some RRs here
Should be correct
Actual behaviour
Whatever I do, it keeps saying "$ORIGIN .".
I have also tried loading different zone from your examples and other online examples and I am always ending up with the same results.
Other information
For context, I have tried using GEOIP through LUA records but the performance is not great, down to 10% of what a normal bind backend is able to achieve.
I have also tested with the stable debian version (4.7.3)
This issue was edited since I accidentally posted too early, before noticing the zones were actually loaded and reachable.
The text was updated successfully, but these errors were encountered: