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
This is not a support question, I have read about opensource and will send support questions to the IRC channel, Github Discussions or the mailing list.
pdnsutil replace-rrset seems to append the ZONE to the name argument, presumably to produce an absolute name, but it does this even if you give an absolute name (with trailing .).
pdnsutil
Short description
pdnsutil replace-rrset
seems to append theZONE
to thename
argument, presumably to produce an absolute name, but it does this even if you give an absolute name (with trailing.
).Environment
launch+=gsqlite3
Steps to reproduce
pdnsutil create-zone example.com # prerequisite pdnsutil replace-rrset example.com. www.example.com. A 60 127.0.0.1
Expected behaviour
Actual behaviour
Other information
Discovered on PowerDNS auth 4.7.3 on Debian 12, double checked in a Debian sid container.
The text was updated successfully, but these errors were encountered: