]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reorder subjects and change titles, to make TOC more logical 10272/head
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 7 Apr 2021 08:55:28 +0000 (10:55 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 7 Apr 2021 08:55:28 +0000 (10:55 +0200)
pdns/recursordist/docs/indexTOC.rst
pdns/recursordist/docs/lua-config/index.rst
pdns/recursordist/docs/lua-scripting/index.rst
pdns/recursordist/docs/running.rst

index 2dabb3d88d92a4b08fcc0db1d59eb94619389655..561205e7f6ea9c363adf06ff3ff22e697bb55499 100644 (file)
@@ -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
index 7c65d8e9efd322d98749193a408207862a82fe94..ab295007831635d4ac09056bf2c5a563a8478643 100644 (file)
@@ -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.
index d03a9541771b65fc69c56408b4587ecfec68c059..2c18a05e090d01975ef73de30957c0bdfea982eb 100644 (file)
@@ -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 <http://www.lua.org>`_ programming language.
+In the PowerDNS Recursor, it is possible to modify resolving behaviour using simple scripts written in the `Lua <http://www.lua.org>`_ 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 <ht
     hooks
     functions
     features
-    
+
index 9324b5a33e50ad2810569f9e0537ad2849838b6c..88b4b26de690768f7d4bfb2a73103d67a7ee0e6c 100644 (file)
@@ -1,5 +1,5 @@
-Operating the PowerDNS Recursor
-===============================
+Operating PowerDNS Recursor
+===========================
 
 .. _logging: