- Unbound implements RFC6303 (since version 1.4.7).

git-svn-id: file:///svn/unbound/trunk@2463 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2011-07-14 08:17:11 +00:00
parent 25319e6737
commit 3d2156dacc
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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.")) {