From: Pieter Lexis Date: Thu, 28 May 2015 18:44:50 +0000 (+0200) Subject: Give the GeoIP backend a place in the auth docs X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~78^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2555%2Fhead;p=thirdparty%2Fpdns.git Give the GeoIP backend a place in the auth docs --- diff --git a/docs/markdown/authoritative/index.md b/docs/markdown/authoritative/index.md index 2545dec422..7e99a043fe 100644 --- a/docs/markdown/authoritative/index.md +++ b/docs/markdown/authoritative/index.md @@ -16,6 +16,7 @@ The following table describes the capabilities of the backends. | Name | Status | Native | Master | Slave | Superslave | Autoserial | DNSSEC | Disabled Data | Comments | Launch Name | |:---|:---|:---|:---|:---|:---|:---|:---|:---|:---|:---| | [BIND](backend-bind.md) | Supported | Yes | Yes | Yes | Experimental | No | Yes | No | No | `bind` | +| [GeoIP](backend-geoip.md) | Supported | Yes | No | No | No | No | Yes | No | No | `geoip` | | [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` | diff --git a/modules/Makefile.am b/modules/Makefile.am index 4ea9ea4a9a..40d2a867e8 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -2,7 +2,6 @@ SUBDIRS= @moduledirs@ DIST_SUBDIRS = \ bindbackend \ - geobackend \ geoipbackend \ gmysqlbackend \ goraclebackend \