Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pdnsutil {add-record,delete-rrset}: Don't append ZONE if NAME ends wi…
…th . If a NAME ends with a . it is to be understood as an absolute name and appending the zone is not intuitive then. Note this changes behaviour for calls like: pdnsutil --config-dir=configs/auth add-record example.net . NS 1.2.3.4 which added the NS record to the zone's apex before and is likely an error now. Closes: PowerDNS#8595
- Loading branch information