type forward instead of "type hint"
    Pedro Espinoza 
    raindoctor at gmail.com
       
    Tue Apr  8 19:42:43 UTC 2008
    
    
  
I tried it; it worked like charm.
Thanks.
On Tue, Apr 8, 2008 at 2:47 PM, Pedro Espinoza <raindoctor at gmail.com> wrote:
> Hi,
>
>  I have the following in named.conf
>
>  zone "." {
>         type hint;
>         file "../root.ca";
>  };
>
>
>  Can the above be replaced with something like this?
>
>  zone "." {
>    type forward;
>    forwarders {10.0.0.2; 10.0.0.3; };
>    forward only;
>  };
>
    
    
More information about the bind-users
mailing list