View | Details | Raw Unified | Return to bug 15470
Collapse All | Expand All

(-)named.conf (-4 / +9 lines)
Lines 15-26 Link Here
15
//
15
//
16
//      forward only;
16
//      forward only;
17
17
18
// If you've got a DNS server around at your upstream provider, enter
18
// If you've got one or more DNS servers around at your upstream provider, 
19
// its IP address here, and enable the line below.  This will make you
19
// enter their IP addresses here, and enable the lines below.  This will
20
// benefit from its cache, thus reduce overall DNS traffic in the Internet.
20
// make you benefit from their caches, thus reduce overall DNS traffic in
21
// the Internet.
22
//
23
// NB: Do not use the IP addresses below, they are faked, and only
24
// serve demonstration/documentation purposes!
21
/*
25
/*
22
	forwarders {
26
	forwarders {
23
		127.0.0.1;
27
		10.1.1.1;
28
		10.2.2.2;
24
	};
29
	};
25
*/
30
*/
26
	/*
31
	/*

Return to bug 15470