From fce0cde79e1b89d7d89468d70f654ad5ca123d75 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 28 May 2015 20:44:50 +0200 Subject: [PATCH] Give the GeoIP backend a place in the auth docs --- docs/markdown/authoritative/index.md | 1 + modules/Makefile.am | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2