From: Evan Hunt Date: Fri, 10 Oct 2014 01:30:34 +0000 (-0700) Subject: [master] add redirect zone to checkconf -z test X-Git-Tag: v9.11.0a1~1360^2~6 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1cbc394e7c43c35cdb3fa4ca365463cfc221d558;p=thirdparty%2Fbind9.git [master] add redirect zone to checkconf -z test --- diff --git a/bin/tests/system/checkconf/altdlz.conf b/bin/tests/system/checkconf/altdlz.conf index 2f663da0f24..f0492b54e0e 100644 --- a/bin/tests/system/checkconf/altdlz.conf +++ b/bin/tests/system/checkconf/altdlz.conf @@ -23,3 +23,8 @@ zone "example.com" { type master; dlz external; }; + +zone "." { + type redirect; + dlz external; +};