aboutsummaryrefslogtreecommitdiff
path: root/tests/bind.ext.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bind.ext.conf')
-rw-r--r--tests/bind.ext.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/bind.ext.conf b/tests/bind.ext.conf
new file mode 100644
index 0000000..b18e8f6
--- /dev/null
+++ b/tests/bind.ext.conf
@@ -0,0 +1,25 @@
1# Sample Bind configuration include file (2) for Grecs testsuite.
2
3zone "." {
4 type hint;
5 file "named.root";
6};
7
8zone "com" {
9 type delegation-only;
10};
11
12zone "net" {
13 type delegation-only;
14};
15
16zone "0.0.127.IN-ADDR.ARPA" {
17 type master;
18 file "local.p";
19};
20
21zone "foo.example.net" {
22 type master;
23 file "foo.p";
24};
25 \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.