Statistics
| Branch: | Tag: | Revision:

root / snf-deploy / files / etc / bind / named.conf.local @ ad76b118

History | View | Annotate | Download (357 Bytes)

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 "%DOMAIN%" in {
10
        type master;
11
        file "/etc/bind/zones/%DOMAIN%";
12
};
13

    
14
zone "in-addr.arpa" in {
15
        type master;
16
        file "/etc/bind/rev/synnefo.in-addr.arpa.zone";
17
};