From: Pieter Lexis Date: Thu, 18 Dec 2014 06:57:40 +0000 (+0100) Subject: Add warning that the sate of the plugin is unknown X-Git-Tag: rec-3.7.0-rc1~109^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1961%2Fhead;p=thirdparty%2Fpdns.git Add warning that the sate of the plugin is unknown --- diff --git a/pdns/docs/markdown/authoritative/backend-lua.md b/pdns/docs/markdown/authoritative/backend-lua.md index 671877008a..258a9c7650 100644 --- a/pdns/docs/markdown/authoritative/backend-lua.md +++ b/pdns/docs/markdown/authoritative/backend-lua.md @@ -1,5 +1,7 @@ # Lua Backend -The most up to date version of this backend can be found at [Fredrik's github](https://github.com/fredan/luabackend). +**Warning**: The status of this backend is unknown, it compiles and works, but +is different from the original, updated version at +[Fredrik's github](https://github.com/fredan/luabackend). The main author for this module is Fredrik Danerklint. @@ -12,7 +14,8 @@ The main author for this module is Fredrik Danerklint. |Autoserial|No| |DNSSEC|Yes| -**Warning**: The Lua Backend is available since PowerDNS Authoritative Server 3.0. In 3.0 and 3.1, this backend is marked as Experimental! +**Warning**: The Lua Backend is available since PowerDNS Authoritative Server +3.0. In 3.0 and 3.1, this backend is marked as Experimental! This backend is just a "glue" between PowerDNS and your own Lua application.