<div dir="ltr">Thanks a lot !!!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El jue., 15 ago. 2019 a las 13:09, Matus UHLAR - fantomas (<<a href="mailto:uhlar@fantomas.sk">uhlar@fantomas.sk</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 15.08.19 12:18, Roberto Carna wrote:<br>
>Dear, I have a BIND 9 working with two views.<br>
><br>
>One view forwards two public domains to our resolver.<br>
><br>
>And I want the second view to forward any public domain to our resolver in<br>
>order to let navigate withouth restrictions.<br>
<br>
what restricions and where are they applied?<br>
<br>
>I need something like this:<br>
><br>
>zone "ANY" {<br>
>        type forward;<br>
>        forward only;<br>
>        forwarders {<br>
>                8.8.8.8;<br>
>        };<br>
>};<br>
><br>
>How can I implement this second option ???  Can I replace ANY for the<br>
>correct wildcard ???<br>
<br>
"." should be enough, but note that BIND can do the same that google servers<br>
(8.8.8.8) can do, and you'll avoid one hop.<br>
<br>
simply don't forward but let BIND to resolve.<br>
-- <br>
Matus UHLAR - fantomas, <a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a> ; <a href="http://www.fantomas.sk/" rel="noreferrer" target="_blank">http://www.fantomas.sk/</a><br>
Warning: I wish NOT to receive e-mail advertising to this address.<br>
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.<br>
The early bird may get the worm, but the second mouse gets the cheese.<br>
_______________________________________________<br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div>