allow-recursion within a zone

Doug Carter doug at webcriteria.com
Fri Jun 15 20:27:49 UTC 2001



I'm running bind 8.2.3 on Redhat 6.2. I'd like to turn off recursion
within one of my zones, so I have something that looks like this in
my named.conf:

zone "foo.com" {
	type master;
	file "foo.com";
	allow-recursion { none; };
	fetch-glue no;
};

No matter how I format it, this configuration will always give me
syntax errors on the last two lines. Are these options not available
within a specific zone? Is there some other option I need?

TIA,

Doug Carter



More information about the bind-users mailing list