3422. [bug] Added a clear error message for when the SOA does not

match the referral. [RT #31281]
This commit is contained in:
ckb
2012-11-21 16:44:34 -06:00
parent 20b95f5ff6
commit 2786b6c53f
8 changed files with 115 additions and 3 deletions

View File

@@ -48,3 +48,9 @@ zone "to-be-removed.tld" {
file "to-be-removed.tld.db";
allow-update { any; };
};
zone "broken" {
type master;
file "broken.db";
allow-update { any; };
};