blob: f6a7b37d8cd59f02dccc7f4d83ef68b4b3aad7cf [file] [log] [blame]
Hila Ben Abraham4c850f82014-06-22 20:24:34 -05001//
2// Do any local configuration here
3//
4
5// Consider adding the 1918 zones here, if they are not used in your
6// organization
7//include "/etc/bind/zones.rfc1918";
8
9zone "named-data.net" IN {
10type master;
11file "/etc/bind/named-data.net.db";
12};
13
14zone "autoconfig-test.named-data.net" IN {
15type master;
16file "/etc/bind/autoconfig-test.named-data.net.db";
17};
18
19