Date: Wed, 29 Dec 2004 15:31:48 +0200 From: Nelis Lamprecht <nlamprecht@gmail.com> To: Mipam <mipam@ibb.net> Cc: FreeBSD Questions <questions@freebsd.org> Subject: Re: i'm lost in named trouble. Message-ID: <7cbadc87041229053138efc4e4@mail.gmail.com> In-Reply-To: <Pine.BSO.4.56.0412291351220.4214@ux11.ltcm.net> References: <Pine.BSO.4.56.0412291351220.4214@ux11.ltcm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 29 Dec 2004 14:00:04 +0100 (MET), Mipam <mipam@ibb.net> wrote:
>
> controls {
> inet 127.0.0.1 port 953
> allow { 127.0.0.1; } keys { "bla"; };
> };
perhaps this should be:
controls {
inet 127.0.0.1 port 953
allow { localhost; } keys { "bla"; };
};
nelis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cbadc87041229053138efc4e4>
