]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Give the GeoIP backend a place in the auth docs 2555/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 28 May 2015 18:44:50 +0000 (20:44 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 15 Jun 2015 10:27:54 +0000 (12:27 +0200)
docs/markdown/authoritative/index.md
modules/Makefile.am

index 2545dec4226429a523a138d31bb5f6c2a14bcdf1..7e99a043fe885460479a5874259479d042ce4a96 100644 (file)
@@ -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` |
index 4ea9ea4a9ae3e37ee8e107215d479f5255965440..40d2a867e8d6a98dfc22ec483600c7df3be89d67 100644 (file)
@@ -2,7 +2,6 @@ SUBDIRS= @moduledirs@
 
 DIST_SUBDIRS = \
        bindbackend \
-       geobackend \
        geoipbackend \
        gmysqlbackend \
        goraclebackend \