Updated mnet.cfg example

This commit is contained in:
Andrew Pamment 2018-05-27 13:43:05 +10:00
parent efdd46f97a
commit c2db393447

View File

@ -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