summaryrefslogtreecommitdiffstats
path: root/contrib/bind/conf/recursive/named-res1.conf
blob: 40bce4dff94302ea48422e9b7be6fb6eb3d9ef64 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
options {
	directory "/var/named";
	listen-on { 204.152.184.67; 127.0.0.1; };
	query-source address 204.152.184.67 port 53;
	pid-file "/var/run/named-res1.pid";
};

controls {
	unix "/var/run/ndc-res1" perm 0600 owner 0 group 0;
};

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

zone "localhost" {
	type master;
	file "pri/localhost";
};

zone "0.0.127.in-addr.arpa" {
	type master;
	file "pri/127.0.0";
};

zone "pa.vix.com" {
	type stub;
	file "stub/pa.vix.com";
	masters { 204.152.184.64; };
};

zone "184.152.204.in-addr.arpa" {
	type stub;
	file "stub/204.152.184";
	masters { 204.152.184.64; };
};

zone "rc.vix.com" {
	type stub;
	file "stub/rc.vix.com";
	masters { 204.152.187.21; };
};

zone "186.152.204.in-addr.arpa" {
	type stub;
	file "stub/204.152.186";
	masters { 204.152.187.21; };
};

zone "187.152.204.in-addr.arpa" {
	type stub;
	file "stub/204.152.187";
	masters { 204.152.187.21; };
};

include "named.conf.rfc1918-stubs";
OpenPOWER on IntegriCloud