I didn't get review. This is trivial.
type redirect;
file "redirect.db";
allow-query { 10.0.1.0; };
+/* option 'forwarders' is not allowed in 'redirect' zone '.' */
forwarders { 1.2.3.4; };
};
type redirect;
file "redirect.db";
allow-query { 10.0.1.0; };
+/* option 'also-notify' is not allowed in 'redirect' zone '.' */
also-notify { 1.2.3.4; };
};
file "hint.db";
};
+/* redirect zones must be called "." */
zone "x" {
type redirect;
file "redirect.db";