| 16639 | | |
| | 16639 | <sect1 id="luabackend"><title>Lua Backend</title> |
| | 16640 | <para> |
| | 16641 | <warning> |
| | 16642 | <para> |
| | 16643 | This section is a subset of the full documentation which can be found in <filename>modules/luabackend/README</filename> of |
| | 16644 | the PowerDNS distribution. |
| | 16645 | </para> |
| | 16646 | </warning> |
| | 16647 | </para> |
| | 16648 | <para> |
| | 16649 | The main author for this module is fredrik danerklint. |
| | 16650 | </para> |
| | 16651 | <para> |
| | 16652 | <table> |
| | 16653 | <title>Lua backend capabilities</title> |
| | 16654 | <tgroup cols="2"> |
| | 16655 | <tbody> |
| | 16656 | <row><entry>Native</entry><entry>Yes</entry></row> |
| | 16657 | <row><entry>Master</entry><entry>Yes</entry></row> |
| | 16658 | <row><entry>Slave</entry><entry>No</entry></row> |
| | 16659 | <row><entry>Superslave</entry><entry>No</entry></row> |
| | 16660 | <row><entry>Autoserial</entry><entry>No</entry></row> |
| | 16661 | <row><entry>DNSSEC</entry><entry>Yes</entry></row> |
| | 16662 | </tbody> |
| | 16663 | </tgroup> |
| | 16664 | </table> |
| | 16665 | </para> |
| | 16666 | <para> |
| | 16667 | <warning><para>The Lua Backend is available since PowerDNS Authoritative Server 3.0. In 3.0, this backend is marked as |
| | 16668 | Experimental!</para></warning> |
| | 16669 | </para> |
| | 16670 | <para> |
| | 16671 | The MongoDB backend is a full service that can allows a Lua script to provide answers to DNS queries. |
| | 16672 | </para> |
| | 16673 | <para> |
| | 16674 | More details can be found <ulink url="http://wiki.powerdns.com/cgi-bin/trac.fcgi/browser/trunk/pdns/modules/luabackend/README">here</ulink>, or in |
| | 16675 | <filename>modules/luabackend/README</filename>, part of the PowerDNS Authoritative Server distribution. |
| | 16676 | </para> |
| | 16677 | </sect1> |