mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 06:32:51 -04:00
New test fields
This commit is contained in:
parent
1549f02958
commit
7d9c38e052
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,12 @@
|
|||
// watch out for ";" -- it's important!
|
||||
|
||||
options {
|
||||
listen-on {
|
||||
10/24;
|
||||
10.0.0.3; 1:2:3:4:5:6:7:8;
|
||||
};
|
||||
transfer-source 10.0.0.5;
|
||||
|
||||
directory "."; // use current directory
|
||||
named-xfer "/usr/libexec/named-xfer"; // _PATH_XFER
|
||||
dump-file "named_dump.db"; // _PATH_DUMPFILE
|
||||
|
|
|
|||
Loading…
Reference in a new issue