Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 1999 08:43:02 +0200
From:      sthaug@nethelp.no
To:        holtor@yahoo.com
Cc:        freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: Command: host -l domain.com
Message-ID:  <13761.927441782@verdi.nethelp.no>
In-Reply-To: Your message of "Sat, 22 May 1999 19:26:32 -0700 (PDT)"
References:  <19990523022632.17118.rocketmail@web110.yahoomail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Yes, i've read the man pages and everthing I could
> find. Is there a bind web site out there?
> I'm running 8.1.2, i'd like to limit this asap.

Look at the 'allow-transfer' option. Use something like this for 8.1.2:

options {
	allow-transfer {
		localnets;
		128.9.160/24;   // isi.edu
	};
};

Can also be set on a per zone basis.

Check http://www.dns.net/dnsrd/ for more info about DNS.

Steinar Haug, Nethelp consulting, sthaug@nethelp.no


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13761.927441782>