On Wed, 29 Dec 2004 14:00:04 +0100 (MET), Mipam <[EMAIL PROTECTED]> 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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to