Bind with views: forward any public domain in one view

Roberto Carna robertocarna36 at gmail.com
Thu Aug 15 15:18:49 UTC 2019


Dear, I have a BIND 9 working with two views.

One view forwards two public domains to our resolver.

And I want the second view to forward any public domain to our resolver in
order to let navigate withouth restrictions.

I need something like this:

zone "ANY" {
        type forward;
        forward only;
        forwarders {
                8.8.8.8;
        };
};

How can I implement this second option ???  Can I replace ANY for the
correct wildcard ???

Thanks a lot !!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20190815/543b6ef2/attachment.html>


More information about the bind-users mailing list