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

(-)files/named.conf.in (-2 / +2 lines)
Lines 130-136 Link Here
130
		2620:0:2830:202::132;   // iad.xfr.dns.icann.org
130
		2620:0:2830:202::132;   // iad.xfr.dns.icann.org
131
	};
131
	};
132
	notify no;
132
	notify no;
133
}
133
};
134
zone "ip6.arpa" {
134
zone "ip6.arpa" {
135
	type slave;
135
	type slave;
136
	file "%%ETCDIR%%/slave/ip6.arpa.slave";
136
	file "%%ETCDIR%%/slave/ip6.arpa.slave";
Lines 141-147 Link Here
141
		2620:0:2830:202::132;   // iad.xfr.dns.icann.org
141
		2620:0:2830:202::132;   // iad.xfr.dns.icann.org
142
	};
142
	};
143
	notify no;
143
	notify no;
144
}
144
};
145
*/
145
*/
146
146
147
/*	Serving the following zones locally will prevent any queries
147
/*	Serving the following zones locally will prevent any queries

Return to bug 218790