From: Mark Andrews Date: Wed, 12 Jun 2019 06:50:03 +0000 (+1000) Subject: remove geoip-use-ecs from default config X-Git-Tag: v9.14.4~27^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a4946bfd2324dacffccd1e463772c37726cab869;p=thirdparty%2Fbind9.git remove geoip-use-ecs from default config (cherry picked from commit b2026bd9e8ac5e4c1b8c89663a45d6be11f0a373) --- diff --git a/bin/named/config.c b/bin/named/config.c index 7ca4ba5409e..e51d4dc4724 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -154,11 +154,8 @@ options {\n\ # fetch-glue ;\n\ fetch-quota-params 100 0.1 0.3 0.7;\n\ fetches-per-server 0;\n\ - fetches-per-zone 0;\n" -#ifdef HAVE_GEOIP -" geoip-use-ecs yes;\n" -#endif -" glue-cache yes;\n\ + fetches-per-zone 0;\n\ + glue-cache yes;\n\ lame-ttl 600;\n" #ifdef HAVE_LMDB " lmdb-mapsize 32M;\n"