]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add redirect zone to checkconf -z test
authorEvan Hunt <each@isc.org>
Fri, 10 Oct 2014 01:30:34 +0000 (18:30 -0700)
committerEvan Hunt <each@isc.org>
Fri, 10 Oct 2014 01:30:34 +0000 (18:30 -0700)
bin/tests/system/checkconf/altdlz.conf

index 2f663da0f241481d62cb068f7d1a789b2c9e38f4..f0492b54e0ebbc83cc29781634fa3a12407316d1 100644 (file)
@@ -23,3 +23,8 @@ zone "example.com" {
        type master;
        dlz external;
 };
+
+zone "." {
+       type redirect;
+       dlz external;
+};