From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:30:39 +0000 (-0500) Subject: docs: fix recursor pre links X-Git-Tag: dnsdist-2.0.0-alpha2~124^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2782de312ba0f1ea56092d2f58e0fefad217b0de;p=thirdparty%2Fpdns.git docs: fix recursor pre links Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/docs/changelog/pre-4.0.rst b/pdns/recursordist/docs/changelog/pre-4.0.rst index 530e7ee34e..3f619dedfd 100644 --- a/pdns/recursordist/docs/changelog/pre-4.0.rst +++ b/pdns/recursordist/docs/changelog/pre-4.0.rst @@ -247,7 +247,7 @@ A list of changes since 3.6.1 follows. PowerDNS now polls the security status of a release at startup and periodically. More detail on this feature, and how to turn it off, can be found in `Security - polling `__. + polling <../common/secpoll.rst>`__. - `commit 5027429 `__: We did not transmit the right 'local' socket address to Lua for TCP/IP queries in the recursor. In addition, we would attempt to @@ -270,7 +270,7 @@ Released on the 10th of September 2014. PowerDNS Recursor 3.6.0 could crash with a specific sequence of packets. For more details, see `the -advisory `__. PowerDNS Recursor +advisory <../security-advisories/powerdns-advisory-2014-01.rst>`__. PowerDNS Recursor 3.6.1 was very well tested, and is in full production already, so it should be a safe upgrade. @@ -959,7 +959,7 @@ Released on the 7th of March 2010. **Warning**: Lua scripts from version 3.1.7.\* are fully compatible with version 3.2. However, scripts written for development snapshot releases, -are NOT. Please see `Scripting `__ for details! +are NOT. Please see `Scripting <../lua-scripting/index.rst>`__ for details! The 3.2 release is the first major release of the PowerDNS Recursor in a long time. Partly this is because 3.1.7.\* functioned very well, and @@ -1366,7 +1366,7 @@ It is hoped that the addition of Lua scripting will enable responsible DNS modification for those that need it. For more details about the Lua scripting, which can be modified, loaded -and unloaded at runtime, see `Scripting `__. Many +and unloaded at runtime, see `Scripting <../lua-scripting/index.rst>`__. Many thanks are due to the #lua irc channel, for excellent near-realtime Lua support. In addition, a number of PowerDNS users have been enthusiastically testing prereleases of the scripting support, and have @@ -2166,11 +2166,11 @@ Important new features of the PowerDNS recursor 3.0 spoofing made harder by using a new network address for each query, PowerDNS detects when an attempt is made to spoof it, and temporarily ignores the data. For details, see - `Anti-spoofing `__. + `Anti-spoofing <../security.rst>`__. - First nameserver to benefit from epoll/kqueue/Solaris completion ports event reporting framework, for stellar performance. - Best statistics of any recursing nameserver we know of, see - `Statistics `__. + `Statistics <../metrics.rst>`__. - Last-recently-used based cache cleanup algorithm, keeping the 'best' records in memory - First class Solaris support, built on a 'try and buy' Sun CoolThreads @@ -2178,7 +2178,7 @@ Important new features of the PowerDNS recursor 3.0 - Full IPv6 support, implemented natively. - Access filtering, both for IPv4 and IPv6. - Experimental SMP support for nearly double performance. See `PowerDNS - Recursor performance `__. + Recursor performance <../performance.rst>`__. Many people helped package and test this release. Jorn Ekkelenkamp of ISP-Services helped find the '8000 SOAs' bug and spotted many other