From: Peter van Dijk Date: Thu, 7 Oct 2021 10:03:45 +0000 (+0200) Subject: add pdnsutil note about attodot removal to upgrade guide X-Git-Tag: dnsdist-1.7.0-alpha2~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10819%2Fhead;p=thirdparty%2Fpdns.git add pdnsutil note about attodot removal to upgrade guide --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 9387cc9711..93e31abb62 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -19,6 +19,7 @@ However, this feature interacts badly with handling of presigned zones. In version 4.5.0, this feature was accidentally broken in the implementation of the zone cache. In 4.6.0, this automatic conversion is fully removed. If you still have ``@`` signs in any SOA RNAMEs, 4.6.0 will serve those out literally. +You can find any stray ``@`` signs by running ``pdnsutil check-all-zones``. 4.4.x to 4.5.0 --------------