From 1cbc394e7c43c35cdb3fa4ca365463cfc221d558 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 9 Oct 2014 18:30:34 -0700 Subject: [PATCH] [master] 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; +};