allow-recursion within a zone

arjen-bind at 3va.net arjen-bind at 3va.net
Fri Jun 15 21:26:25 UTC 2001


On Fri, 15 Jun 2001, Doug Carter wrote:

> 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? 

I guess i can put it like:

allow-recursion is an instruction to the server when receiving requests
for domains it is not authoritive for. That is why it doesn't make any
sense to put it in a local zone, since it is authoritive for it.

fetch-glue is more or less the same story. It is only for responses it 
receives for non local zones. 



> Is there some other option I need?

I always put an 

	allow-transfer { IP_OF_SERVER; };

to keep others to transfer the zone.


Grtz, 

Arjen.




More information about the bind-users mailing list