aboutsummaryrefslogtreecommitdiff
path: root/tests/bind.ext.conf
blob: b18e8f676c79827788b3e8bf05d7c09ed7eba14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Sample Bind configuration include file (2) for Grecs testsuite.

zone "." {
    type hint;
    file "named.root";
};

zone "com" {
    type delegation-only;
};

zone "net" {
    type delegation-only;
};

zone "0.0.127.IN-ADDR.ARPA" {
    type master;
    file "local.p";
};
		
zone "foo.example.net" {
    type master;
    file "foo.p";
};
				

Return to:

Send suggestions and report system problems to the System administrator.