From 3d2156dacc6dfd0ecd1095f0c05529bceb09e007 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 14 Jul 2011 08:17:11 +0000 Subject: [PATCH] - Unbound implements RFC6303 (since version 1.4.7). git-svn-id: file:///svn/unbound/trunk@2463 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ services/localzone.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 4aaf9c75e..f50b77256 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +14 July 2011: Wouter + - Unbound implements RFC6303 (since version 1.4.7). + 13 July 2011: Wouter - Quick fix for contrib/unbound.spec example, no ldns-builtin any more. diff --git a/services/localzone.c b/services/localzone.c index d5cd59572..eb11b947c 100644 --- a/services/localzone.c +++ b/services/localzone.c @@ -612,6 +612,8 @@ lz_enter_defaults(struct local_zones* zones, struct config_file* cfg, { struct local_zone* z; + /* this list of zones is from RFC 6303 */ + /* localhost. zone */ if(!lz_exists(zones, "localhost.") && !lz_nodefault(cfg, "localhost.")) { -- 2.47.2