2021-10-27 13:43:21 -04:00
|
|
|
zone "vinyldns" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/vinyldns.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "old-vinyldns2{partition}" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/old-vinyldns2.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "old-vinyldns3{partition}" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/old-vinyldns3.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "dummy" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/dummy.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "ok" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/ok.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "shared" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/shared.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "non.test.shared" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/non.test.shared.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "system-test" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/system-test.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "system-test-history" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/system-test-history.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "{partition}.10.in-addr.arpa" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/10.10.in-addr.arpa";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "{partition}.0.192.in-addr.arpa" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/2.0.192.in-addr.arpa";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "192/30.{partition}.0.192.in-addr.arpa" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/192^30.2.0.192.in-addr.arpa";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "{partition}.9.e.f.c.c.7.2.9.6.d.f.ip6.arpa" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/1.9.e.f.c.c.7.2.9.6.d.f.ip6.arpa";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-09-29 14:07:57 -04:00
|
|
|
zone "0.0.0.1.{partition}.9.e.f.c.c.7.2.9.6.d.f.ip6.arpa" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/0.0.0.1.1.9.e.f.c.c.7.2.9.6.d.f.ip6.arpa";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "one-time" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/one-time.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; key "vinyldns-sha1."; key "vinyldns-sha224."; key "vinyldns-sha256."; key "vinyldns-sha384."; key "vinyldns-sha512."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "sync-test" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/sync-test.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "invalid-zone" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/invalid-zone.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "list-zones-test-searched-1{partition}" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/list-zones-test-searched-1.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "list-zones-test-searched-2{partition}" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/list-zones-test-searched-2.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "list-zones-test-searched-3{partition}" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/list-zones-test-searched-3.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "list-zones-test-unfiltered-1{partition}" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/list-zones-test-unfiltered-1.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
|
|
|
zone "list-zones-test-unfiltered-2{partition}" {
|
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/list-zones-test-unfiltered-2.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "one-time-shared" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/one-time-shared.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "parent.com" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/parent.com.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "child.parent.com" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/child.parent.com.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "example.com" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/example.com.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "dskey.example.com" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/dskey.example.com.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "not.loaded" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/not.loaded.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "zone.requires.review" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/zone.requires.review.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "list-records" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/list-records.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { key "vinyldns."; };
|
|
|
|
};
|
|
|
|
|
2021-10-27 13:43:21 -04:00
|
|
|
zone "open" {
|
2021-09-28 12:32:51 -04:00
|
|
|
type master;
|
2021-10-27 13:43:21 -04:00
|
|
|
file "/var/bind/partition/open.hosts";
|
2021-09-28 12:32:51 -04:00
|
|
|
allow-update { any; };
|
|
|
|
allow-transfer { any; };
|
|
|
|
};
|