source: genesis/dns/confs/internet/named.conf@ 4074

Last change on this file since 4074 was 4074, checked in by dirkx, 20 years ago

Place to cpature configs

File size: 448 bytes
Line 
1include "rndc.conf";
2
3options {
4 directory "/etc/namedb";
5 pid-file "/var/run/named/pid";
6 dump-file "/var/dump/named_dump.db";
7 statistics-file "/var/statslave/named.stats";
8
9 query-source address * port 53;
10};
11
12view "any" {
13 match-clients { any; };
14 recursion no;
15 include "wleiden-slave.conf";
16
17 zone "." {
18 type hint;
19 file "named.root";
20 };
21
22 zone "0.0.127.IN-ADDR.ARPA" {
23 type master;
24 file "master/localhost.rev";
25 };
26};
27
Note: See TracBrowser for help on using the repository browser.