[DGD] Questions...

Erwin Harte harte at xs4all.nl
Mon Jul 22 05:25:11 CEST 2002


On Sun, Jul 21, 2002 at 09:36:20PM +0200, Rickard Nilsson wrote:
> Hello!
> 
> I am new to this maillist and I have some questions about DGD that
> I would like to have some answers for.
> 
[...]
> 2. Is there any way to open up my MUD on more than one port, for
>    example have DGD listening to both port 2000 and port 3000.

By default DGD listens on two ports, the so-called telnet and
binary ports, which you can set up like this in the config file:

    telnet_port = 6047;
    binary_port = 6048;

In newer (experimental line) versions you can also put arrays of port
numbers there:

    telnet_port = ({ 6046, 6047 });
    binary_port = ({ 6048, 6049 });

You can play around with this to open up as many ports as you see fit.
Read the documentation to find out the difference between telnet and
binary ports with respect to DGD.  Current limitations involve that
you need to have at least one telnet and one binary port.

[...]
> By the way, excuse my english, it sucks, I know...

It's fine, don't worry.

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



More information about the DGD mailing list