"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "mkdnstab-0.6b/named.conf" of archive mkdnstab-0.6b.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 // generated by ./mkdnstab-0.5b Sun Oct 10 21:09:59 1999
2 options {
3 listen-on { 192.168.200.10; 127.0.0.1; };
4 // location of the zone files
5 directory "/var/named";
6 forwarders {
7 198.6.1.1;
8 };
9 // make bind8 query on port 53
10 // (may need only if firewalling prohibits other ports)
11 query-source address * port 53;
12 };
13
14 //
15 // a caching only nameserver config
16 //
17 zone "." {
18 type hint;
19 file "named.ca";
20 };
21
22 //
23 // configured zones
24 //
25 zone "domain.net" {
26 type master;
27 file "named.fwd";
28 };
29
30 zone "200.168.192.in-addr.arpa" {
31 type master;
32 file "named.rev";
33 };
34
35 zone "0.0.127.in-addr.arpa" {
36 type master;
37 file "named.local";
38 };