Date: Sun, 10 Nov 2002 22:29:00 +0100 From: Mark <admin@asarian-host.net> To: "Michal Mertl" <mime@traveller.cz>, <questions@freebsd.org> Subject: Re: BIND Message-ID: <200211102129.GAALT5S37846@asarian-host.net> References: <Pine.BSF.4.41.0211102149500.60719-100000@prg.traveller.cz>
index | next in thread | previous in thread | raw e-mail
Briliant! That is exactly what the doctor ordered! :)
Thank!
- Mark
----- Original Message -----
From: "Michal Mertl" <mime@traveller.cz>
To: <questions@FreeBSD.ORG>
Cc: "Mark" <admin@asarian-host.net>
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211102129.GAALT5S37846>
