From 554ff98fd543b74d7d69f84b4e7e3ec2b5db7e56 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 11 Jul 2017 14:31:32 +0000 Subject: [PATCH] fix doc. git-svn-id: file:///svn/unbound/trunk@4274 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/unbound.conf.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index fc9d054ef..a05b39cce 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1060,7 +1060,7 @@ type. Below is a list of the default zone contents. The IP4 and IP6 localhost information is given. NS and SOA records are provided for completeness and to satisfy some DNS update tools. Default content: .nf -local\-zone: "localhost." static +local\-zone: "localhost." redirect local\-data: "localhost. 10800 IN NS localhost." local\-data: "localhost. 10800 IN SOA localhost. nobody.invalid. 1 3600 1200 604800 10800" -- 2.47.3