Re: named recursive queries

From: Lyndon Nerenberg <lyndon_at_orthanc.ca>
Date: Wed, 7 Jun 2006 19:56:20 -0700
> I think we need to stop spread misconfigured named's too.  Any
> objections?

I like OpenBSD's way a bit better:

acl clients {
         localnets;
         ::1; 127.0.0.1;
};

options {
         allow-recursion { clients; };
};

It's the same as you propose, but also allows hosts on directly  
connected networks to query.
Received on Thu Jun 08 2006 - 03:35:21 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:56 UTC