From: Pieter Lexis Date: Mon, 2 Mar 2015 09:35:42 +0000 (+0100) Subject: Docs: Add information on the OpenDBX backend X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~107^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2292%2Fhead;p=thirdparty%2Fpdns.git Docs: Add information on the OpenDBX backend Related to #445 --- diff --git a/docs/markdown/authoritative/backend-opendbx.md b/docs/markdown/authoritative/backend-opendbx.md new file mode 100644 index 0000000000..bcc964d178 --- /dev/null +++ b/docs/markdown/authoritative/backend-opendbx.md @@ -0,0 +1,18 @@ +# OpenDBX Backend +| | | +|:--|:--| +|Native|Yes| +|Master|Yes| +|Slave|Yes| +|Superslave|Yes| +|Autoserial|Yes| +|DNSSEC|No| +|Module name|opendbx| +|Launch name|opendbx| + +The OpenDBX backend allows the authoritative server to connect to any backend +supported by [OpenDBX](http://www.linuxnetworks.de/doc/index.php/OpenDBX). + +Full documentation is supplied by the author Norbert Sendetzky [here](http://www.linuxnetworks.de/doc/index.php/PowerDNS_OpenDBX_Backend). + +This module is fully supported (and tested) by PowerDNS. diff --git a/docs/markdown/authoritative/index.md b/docs/markdown/authoritative/index.md index 8eb45ab669..656e079fc6 100644 --- a/docs/markdown/authoritative/index.md +++ b/docs/markdown/authoritative/index.md @@ -20,6 +20,7 @@ The following table describes the capabilities of the backends. | [LDAP](backend-ldap.md) | Unmaintained | Yes | No | No | No | No | No | Unknown (No) | Unknown (No) | Unknown | | [LMDB](backend-lmdb.md) | Supported | Yes | No | No | No | No | No | Unknown (No) | Unknown (No) | `lmdb`| | [MySQL](backend-generic-mypgsql.md) | Supported | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | `gmysql` | +| [OpenDBX](backend-opendbx.md) | Supported | Yes | Yes | Yes | Yes | Unknown (No) | No | Unknown (No) | Unknown (No) | `opendbx` | | [Oracle](backend-oracle.md) | Supported | Yes | Yes | Yes | Yes | Yes | Yes | Unknown (No) | No | `oracle` | | [Pipe](backend-pipe.md) | Supported | Yes | No | No | No | No | Partial (no delegation, no key storage) | No | No | `pipe` | | [PostgreSQL](backend-generic-mypgsql.md) | Supported | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | `gpgsql` | diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2217c3da9a..c7af113033 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -35,6 +35,7 @@ pages: - [authoritative/backend-ldap.md, 'Authoritative Backends', 'LDAP'] - [authoritative/backend-lua.md, 'Authoritative Backends', 'Lua'] - [authoritative/backend-lmdb.md, 'Authoritative Backends', 'LMDB'] + - [authoritative/backend-opendbx.md, 'Authoritative Backends', 'OpenDBX'] - [authoritative/backend-oracle.md, 'Authoritative Backends', 'Oracle'] - [authoritative/backend-pipe.md, 'Authoritative Backends', 'Pipe'] - [authoritative/backend-random.md, 'Authoritative Backends', 'Random']