From c2db393447f9e91417c51dc8be53dd118f66e964 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sun, 27 May 2018 13:43:05 +1000 Subject: [PATCH] Updated mnet.cfg example --- dist/config/mnet.cfg.example | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/dist/config/mnet.cfg.example b/dist/config/mnet.cfg.example index f55991b..59e37ae 100644 --- a/dist/config/mnet.cfg.example +++ b/dist/config/mnet.cfg.example @@ -1,9 +1,32 @@ -MYNODE 1 +; Your Node Number +MYNODE 4 -IMHUB TRUE -;UPLINK 1 +; If you are the hub or not (TRUE/FALSE) +IMHUB FALSE -INDIR /home/andrew/MagickaBBS/mnet/in -OUTDIR /home/andrew/MagickaBBS/mnet/out +; The node number of your uplink (required if IMHUB = FALSE) +UPLINK 1 + +; The MnetFTPd Host and port of your uplink +FTPHOST exoticabbs.com:2121 + +; The MnetFTPd Username +FTPUSER apam + +; The MnetFTPd Password +FTPPASS secret + +; Your inbound directory +INDIR /home/pi/mys_in + +; Your outbound directory +OUTDIR /home/pi/mys_out + +; An origin line For your Messages +ORIGINLINE A Cool Mystic BBS! + + +; Area definitions AreaNo, HostNo, Jam Path, Exports... +; Unless you are a host, this should be filled in by mnetsubunsub +;MSGAREA 1, 1, /home/andrew/mystic/msgs/mn_gen, 2, 3, 4 -MSGAREA 1, 1, /home/andrew/MagickaBBS/msgs/mnet_general, 2, 3, 4