From 835ec62f8274aabca31d6ef94f3201c327dc0f43 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 9 Oct 2014 18:30:50 -0700 Subject: [PATCH] [v9_10] add redirect zone to checkconf -z test --- bin/tests/system/checkconf/altdlz.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/tests/system/checkconf/altdlz.conf b/bin/tests/system/checkconf/altdlz.conf index 2f663da0f2..f0492b54e0 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; +};