added system tests
This commit is contained in:
20
bin/tests/system/xfer/ns3/named.conf
Normal file
20
bin/tests/system/xfer/ns3/named.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
options {
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
recursion yes;
|
||||
notify yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
type slave;
|
||||
masters { 10.53.0.2; };
|
||||
file "example.bk";
|
||||
};
|
||||
|
||||
|
||||
3
bin/tests/system/xfer/ns3/root.hint
Normal file
3
bin/tests/system/xfer/ns3/root.hint
Normal file
@@ -0,0 +1,3 @@
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
Reference in New Issue
Block a user