Updated mnet.cfg example
This commit is contained in:
parent
efdd46f97a
commit
c2db393447
35
dist/config/mnet.cfg.example
vendored
35
dist/config/mnet.cfg.example
vendored
@ -1,9 +1,32 @@
|
|||||||
MYNODE 1
|
; Your Node Number
|
||||||
|
MYNODE 4
|
||||||
|
|
||||||
IMHUB TRUE
|
; If you are the hub or not (TRUE/FALSE)
|
||||||
;UPLINK 1
|
IMHUB FALSE
|
||||||
|
|
||||||
INDIR /home/andrew/MagickaBBS/mnet/in
|
; The node number of your uplink (required if IMHUB = FALSE)
|
||||||
OUTDIR /home/andrew/MagickaBBS/mnet/out
|
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
|
|
||||||
|
Reference in New Issue
Block a user