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 :
PowerDNS running on a geoip backend does not load RRs in the zones. It can read the YAML zonefile but won't read any RR.
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 list-zone localhost
I'm expecting to see some RRs here
pdnsutil check-zone localhost
Should be correct
Actual behaviour
# 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 .
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.
This doesn't look like an YAML formatting issue either since yq is able to output a coherent
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)
The text was updated successfully, but these errors were encountered:
Short description
First, apologies if it's just me using it wrong but here's my issue :
PowerDNS running on a geoip backend does not load RRs in the zones. It can read the YAML zonefile but won't read any RR.
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
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.
This doesn't look like an YAML formatting issue either since yq is able to output a coherent
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)
The text was updated successfully, but these errors were encountered: