added system tests
This commit is contained in:
16
bin/tests/system/xferquota/ns2/named.conf
Normal file
16
bin/tests/system/xferquota/ns2/named.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
recursion no;
|
||||
notify yes;
|
||||
|
||||
transfers-in 5;
|
||||
transfers-per-ns 5;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
};
|
||||
|
||||
include "zones.conf";
|
||||
Reference in New Issue
Block a user