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@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to