1
0
mirror of https://github.com/livingcomputermuseum/IFS.git synced 2026-04-25 03:35:05 +00:00
Files
livingcomputermuseum.IFS/PUP/Conf/ifs.cfg
2017-06-06 13:22:39 -07:00

40 lines
1.0 KiB
INI

# ifs.cfg:
#
# This file contains configuration parameters for the IFS server.
# All numbers are in decimal.
#
# Directory configuration
FTPRoot = c:\ifs\ftp
CopyDiskRoot = c:\ifs\copydisk
BootRoot = c:\ifs\boot
MailRoot = c:\ifs\mail
# InterfaceType defines the type of interface for local networking,
# (either RAW or UDP)
# and must be the same as other devices or software on the network that
# wishes to talk to this server.
InterfaceType = raw
# The name of the network interface to use for local networking.
# This is the name reported by "ipconfig"
InterfaceName = Ethernet
# Note that UDPPort is for the local network UDP transport,
# not for gateway ports!
# (gateway ports are specified in networks.txt)
UDPPort = 42424
# Defines the address for this IFS server.
# An entry for this IFS server's network must be
# present in networks.txt
ServerNetwork = 1
ServerHost = 1
# Delay between BreathOfLife packet broadcasts, in milliseconds.
BOLDelay = 5000
# Debug settings
LogTypes = All
LogComponents = Routing