From: Christian Hofstaedtler Date: Tue, 12 Nov 2013 18:48:58 +0000 (+0100) Subject: Fix docs for export-etc-hosts-search-suffix X-Git-Tag: rec-3.6.0-rc1~347^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd10bcfd2e7739165248a3a7187837ef88b4d6ba;p=pdns Fix docs for export-etc-hosts-search-suffix Fixes #1097 --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index be93af1fa..855692055 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -962,7 +962,7 @@ - A new setting, export-etc-hosts-suffix, adds a configurable suffix to names imported from /etc/hosts. + A new setting, export-etc-hosts-search-suffix, adds a configurable suffix to names imported from /etc/hosts. Code in c2544, c2545. @@ -14148,14 +14148,14 @@ sql> insert into domainmetadata (domain_id, kind, content) values (6, 'TSIG-ALLO - export-etc-hosts-suffix + export-etc-hosts-search-suffix If set, all hostnames in the export-etc-hosts file are loaded in canonical form, based on this suffix, unless the name contain a '.', in which case the name is unchanged. So an entry called 'pc' with - export-etc-hosts-suffix='home.com' will lead to the + export-etc-hosts-search-suffix='home.com' will lead to the generation of 'pc.home.com' within the recursor. An entry called 'server1.home' will be stored as 'server1.home', regardless of the export-etc-hosts setting. Available