From: Otto Date: Wed, 7 Apr 2021 08:55:28 +0000 (+0200) Subject: Reorder subjects and change titles, to make TOC more logical X-Git-Tag: dnsdist-1.6.0-rc1~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10272%2Fhead;p=thirdparty%2Fpdns.git Reorder subjects and change titles, to make TOC more logical --- diff --git a/pdns/recursordist/docs/indexTOC.rst b/pdns/recursordist/docs/indexTOC.rst index 2dabb3d88d..561205e7f6 100644 --- a/pdns/recursordist/docs/indexTOC.rst +++ b/pdns/recursordist/docs/indexTOC.rst @@ -8,16 +8,16 @@ PowerDNS Recursor index getting-started running - performance - metrics dnssec + settings lua-config/index lua-scripting/index - http-api/index dns64 - security - settings + metrics + performance manpages/index + http-api/index + security security-advisories/index upgrade changelog/index diff --git a/pdns/recursordist/docs/lua-config/index.rst b/pdns/recursordist/docs/lua-config/index.rst index 7c65d8e9ef..ab29500783 100644 --- a/pdns/recursordist/docs/lua-config/index.rst +++ b/pdns/recursordist/docs/lua-config/index.rst @@ -1,13 +1,13 @@ -Lua Configuration -================= +Lua Configuration: Trustanchors, Query Logging, RPZs and Sortlist +================================================================= Since version 4.0.0, the PowerDNS Recursor supports additional configuration options that have to be loaded through :ref:`setting-lua-config-file`. .. toctree:: dnssec - sortlist protobuf rpz + sortlist In addition, :func:`pdnslog` together with ``pdns.loglevels`` is also supported in the Lua configuration file. diff --git a/pdns/recursordist/docs/lua-scripting/index.rst b/pdns/recursordist/docs/lua-scripting/index.rst index d03a954177..2c18a05e09 100644 --- a/pdns/recursordist/docs/lua-scripting/index.rst +++ b/pdns/recursordist/docs/lua-scripting/index.rst @@ -1,6 +1,6 @@ -Scripting The Recursor +Scripting PowerDNS Recursor ====================== -In the PowerDNS recursor, it is possible to modify resolving behaviour using simple scripts written in the `Lua `_ programming language. +In the PowerDNS Recursor, it is possible to modify resolving behaviour using simple scripts written in the `Lua `_ programming language. **Note**: This describes the Lua scripts as supported by 4.x. They are very different than the ones from 3.x, but tend to be faster and more correct. @@ -28,4 +28,4 @@ For extra performance, a Just In Time compiled version of Lua called `LuaJIT