DNS Cache Snooping?

Jeremy C. Reed Jeremy_Reed at isc.org
Tue Jun 24 15:31:23 UTC 2008


On Tue, 24 Jun 2008, Jeff Lightner wrote:

> Therefore my first mission was to allow recursion for the inside people
> and prevent it for the external people while still allowing the external
> to lookup the domains for which we are authoritative.

options {
	allow-query { internaldns; };
	allow-recursion { internaldns; };
};

zone "foo.bar" {
	type master;
	file "foo.bar";
	allow-query { any; };
};


More information about the bind-users mailing list