fix chaosnet address comparison

This commit is contained in:
Evan Hunt
2018-09-27 17:17:30 -07:00
parent b5cfc5d032
commit b4dca44ad2
7 changed files with 51 additions and 8 deletions

View File

@@ -21,12 +21,21 @@ options {
notify yes;
};
zone example.net {
type master;
file "example.net.db";
view main in {
zone example.net {
type master;
file "example.net.db";
};
zone example.com {
type master;
file "example.com.db";
};
};
zone example.com {
type master;
file "example.com.db";
view alt chaos {
zone example.chaos chaos {
type master;
file "chaos.db";
};
};