summaryrefslogtreecommitdiffstats
path: root/host_setup/etc/bind/named.conf.local
blob: 7c0368b3441d94253520bae14a006367934b7112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// Do any local configuration here
//

// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";


// point these to the windows domain controller for your virtual cluster
zone "example.com" IN {
        type forward;
        forwarders {
                   10.0.0.100;
        };
};

zone "0.10.in-addr.arpa" {
        type forward;
        forwarders {
                   10.0.0.100;
        };
};