Rev | Line | |
---|
[4074] | 1 | include "rndc.conf";
|
---|
| 2 |
|
---|
| 3 | options {
|
---|
| 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 |
|
---|
| 12 | view "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.