]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Be a bit more explicit regarding @ no longer being magic in pdnsutil. 15962/head
authorMiod Vallat <miod.vallat@powerdns.com>
Wed, 6 Aug 2025 06:32:37 +0000 (08:32 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Wed, 6 Aug 2025 06:32:37 +0000 (08:32 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
docs/upgrading.rst

index c8dd798daf3afc88394c89193fffa47a9fb913ac..bfb4b28fdf6ceb638284eceb741392d870467e91 100644 (file)
@@ -220,7 +220,8 @@ A few changes of behaviour have been implemented as well:
   ``zone create-secondary`` or ``zone load`` (if the zone wasn't existing
   already), a :ref:`metadata-soa-edit-api` metadata with a value of ``DEFAULT``
   will be added to the zone.
-* ``add-record`` and ``delete-rrset`` now treat all names as absolute.
+* ``add-record`` and ``delete-rrset`` now treat all names as absolute. This
+  means the name ``@`` no longer has any special meaning.
 
 4.8.0 to 4.9.0
 --------------