[DGD] Re: Problem with multiple ports

Erwin Harte harte at is-here.com
Thu Aug 12 02:54:15 CEST 2004


On Wed, Aug 11, 2004 at 07:48:46PM -0500, Lord Lerkista wrote:
[...]
> That works, but with only one port, if add others like that:
> 
> telnet_port  = ([ "*":9000,9100]);
> i get the:
> 
> Config error, line 1: string expected
> 
> Anyone have a working config with multiple ports??

Try this:

    telnet_port  = ([ "*":9000, "*": 9100 ]);

Erwin.
-- 
Erwin Harte <harte at is-here.com>
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list