~billy-cina/canonical-training/test

« back to all changes in this revision

Viewing changes to config-server/etc/bind/named.conf.local

  • Committer: Torsten Spindler
  • Date: 2007-05-15 02:04:00 UTC
  • Revision ID: torsten@canonical.com-20070515020400-955q1kxm4vgmcm2j
Added files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 "ubuntuclass.com" in {
 
10
        type master;
 
11
        file "/etc/bind/ubuntuclass.com";
 
12
};
 
13
 
 
14
zone "192.in-addr.arpa" {
 
15
        type master;
 
16
        file "/etc/bind/db.192";
 
17
};