Hila Ben Abraham | 4c850f8 | 2014-06-22 20:24:34 -0500 | [diff] [blame] | 1 | // |
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 | |||||
9 | zone "named-data.net" IN { | ||||
10 | type master; | ||||
11 | file "/etc/bind/named-data.net.db"; | ||||
12 | }; | ||||
13 | |||||
14 | zone "autoconfig-test.named-data.net" IN { | ||||
15 | type master; | ||||
16 | file "/etc/bind/autoconfig-test.named-data.net.db"; | ||||
17 | }; | ||||
18 | |||||
19 |