From: Josh Soref Date: Thu, 6 May 2021 15:59:41 +0000 (-0400) Subject: spelling: axfr X-Git-Tag: dnsdist-1.7.0-alpha1~121^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d102943bdcc4f1cf59a8d6dc5f07e2e05c3c1a;p=thirdparty%2Fpdns.git spelling: axfr Signed-off-by: Josh Soref --- diff --git a/docs/backends/tinydns.rst b/docs/backends/tinydns.rst index 3dc5df6979..ad788fc32d 100644 --- a/docs/backends/tinydns.rst +++ b/docs/backends/tinydns.rst @@ -147,7 +147,7 @@ PowerDNS and TinyDNS handle wildcards differently. Looking up foo.www.example.com with the below records on TinyDNS will return 198.51.100.1, PowerDNS will return NXDOMAIN. According to :rfc:`4592` \*.example.com should only match subdomains in under example.com, not \*.\*.example.com. This -compatibility issue is `noted on the axfer-get page for the djbdns +compatibility issue is `noted on the axfr-get page for the djbdns suite `__. :: diff --git a/docs/changelog/pre-4.0.rst b/docs/changelog/pre-4.0.rst index 1dedd0ab57..c552916f19 100644 --- a/docs/changelog/pre-4.0.rst +++ b/docs/changelog/pre-4.0.rst @@ -2576,7 +2576,7 @@ Improvements 2383 `__. - As suggested in `ticket 416 `__, we now log the - SOA serial number after committing an AXFRed zone to the backend. + SOA serial number after committing an AXFR'd zone to the backend. Code in `commit 2385 `__. - Pick up location of sqlite3 libraries using pkg-config. Implemented