forwarding but no recursion?

Josh Kuo josh.kuo at gmail.com
Tue Jan 20 22:13:00 UTC 2009


I believe the behavior of the following configuration is to send back
the IP address of the forwarders to the clients, and rely on clients
to do the recursive query against the forwarders.


On Tue, Jan 20, 2009 at 9:25 AM,  <etirado.ext at orange-ftgroup.com> wrote:
>
> Hello,
>
> Is this possible to disable recursion for all incoming queries except
> for those listed in zone statement with a forwarder.
>
> I know that no forwarding is allowed if we disable recursion.
>
> Something like this ( but this doesn't work I know ):
>
> I can't match people so I can't create a view.
>
> options {
>
>        allow-query { any; };
>        allow-query-cache { none; };
>        allow-recursion { none; };
>
> };
>
> zone "example.fr" {
>
>        type forward;
>        forwarders { x.x.x.x; };
>        forward only;
> };
>
> Thank you for your advice.
>
> Emmanuel
>
>
> *********************************
> This message and any attachments (the "message") are confidential and intended solely for the addressees.
> Any unauthorised use or dissemination is prohibited.
> Messages are susceptible to alteration.
> France Telecom Group shall not be liable for the message if altered, changed or falsified.
> If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
> ********************************
> _______________________________________________
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>



More information about the bind-users mailing list