From: Pieter Lexis Date: Thu, 28 May 2015 18:41:46 +0000 (+0200) Subject: Remove the geobackend X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~21^2~5^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037d2c53523357bf3cc998463f11d183fc16d73b;p=thirdparty%2Fpdns.git Remove the geobackend --- diff --git a/.travis.yml b/.travis.yml index b47244e2c7..9c24712360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ before_script: script: - ./bootstrap - ./configure - --with-dynmodules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' + --with-dynmodules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lua' --with-modules='' --with-sqlite3 --enable-botan1.10 diff --git a/docs/markdown/authoritative/index.md b/docs/markdown/authoritative/index.md index 7e99a043fe..2545dec422 100644 --- a/docs/markdown/authoritative/index.md +++ b/docs/markdown/authoritative/index.md @@ -16,7 +16,6 @@ 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` |