Briliant! That is exactly what the doctor ordered! :)

Thank!

- Mark


----- Original Message ----- 
From: "Michal Mertl" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Mark" <[EMAIL PROTECTED]>
Sent: Sunday, November 10, 2002 9:54 PM
Subject: Re: BIND


> Configuration of bind 8.x to stop outside world using your
> nameserver looks like this (only relevant part shown):
> 
> options {
>         allow-query { localnets; localhost; internal_net;};
>         allow-transfer { localnets; localhost; internal_net;};
>         allow-recursion { localhost; localnets; internal_net;};
> };
> 
> zone "." {
>         type hint;
>         file "named.root";
> };
> 
> zone "example.com" {
> type master;
> file "example.com";
>         allow-transfer { important_servers; localhost; };
>         allow-query { any; };
> };


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to