All pastes #2072553 Raw Edit

Anonymous

public text v1 · immutable
#2072553 ·published 2011-05-31 01:11 UTC
rendered paste body
// structure of BIND configuration files in Debian, *BEFORE* you customize 
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local

options {
       directory "/var/lib/named";
       dump-file "/var/lib/named/data/cache_dump.db";
       statistics-file "/var/lib/named/data/named_stats.txt";
forwarders { 192.168.10.1 ; };
};
include "/etc/rndc.key";
// We are the master server for server.example.com
zone "zimbra.chapmans.co.tt" {
    type master;
    file "db.zimbra.cahpmans.co.tt";
};

include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";