added system tests
This commit is contained in:
14
bin/tests/system/xferquota/ns1/named.conf
Normal file
14
bin/tests/system/xferquota/ns1/named.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
options {
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.1; };
|
||||
recursion no;
|
||||
notify yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
type master;
|
||||
file "root.db";
|
||||
};
|
||||
|
||||
include "zones.conf";
|
||||
Reference in New Issue
Block a user