]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add warning that the sate of the plugin is unknown 1961/head
authorPieter Lexis <pieter@plexis.eu>
Thu, 18 Dec 2014 06:57:40 +0000 (07:57 +0100)
committerPieter Lexis <pieter@plexis.eu>
Thu, 18 Dec 2014 06:57:40 +0000 (07:57 +0100)
pdns/docs/markdown/authoritative/backend-lua.md

index 671877008a0b4c0161540cbca8a45d40c4288fb2..258a9c76502cf7dd15c38814a701b0ef515af242 100644 (file)
@@ -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.