From dd10bcfd2e7739165248a3a7187837ef88b4d6ba Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 12 Nov 2013 19:48:58 +0100 Subject: [PATCH] Fix docs for export-etc-hosts-search-suffix Fixes #1097 --- pdns/docs/pdns.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index be93af1faa..855692055a 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 -- 2.47.2