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
-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.
-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.
hooks
functions
features
-
+
-Operating the PowerDNS Recursor
-===============================
+Operating PowerDNS Recursor
+===========================
.. _logging: