Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
* Comments: No
* Search: Yes\*
* Views: No
-* API: Read-Write
+* API: Read-only\**
* :ref:`Multiple instances <setting-launch>`: Yes
* Zone caching: Yes\*
* Module name: lua2
\* If the responder (your script) implements ``dns_get_all_domains``, see below.
+\** Except for the notification timestamp, if the responder (your script) implements ``dns_set_notified``, see below.
+
This is a rewrite of existing Lua backend.
This backend is stub between your Lua script and PowerDNS authoritative server.
The backend uses AuthLua4 base class, and you can use same functions and types as in any other Lua script.