diff options
Diffstat (limited to 'data/MasterServer-Settings.ini')
| -rw-r--r-- | data/MasterServer-Settings.ini | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/data/MasterServer-Settings.ini b/data/MasterServer-Settings.ini new file mode 100644 index 0000000..08cb860 --- /dev/null +++ b/data/MasterServer-Settings.ini @@ -0,0 +1,37 @@ +[PublicDetails] +AdminName= +Contact= +Hostname= + +[Logging] +CycleLogs=weekly +SuppressLog=debug udp tcp +SuppressDisplay=debug udp tcp + +[BeaconServer] +BeaconPort=27900 +DoUplink=true + +[ListenServer] +ListenPort=28900 +ServerLifeTime_s=1800 + +[Syncer] +1\SyncServer="master.333networks.com, 27900, 28900" +2\SyncServer="master.newbiesplayground.net, 27900, 28900" +3\SyncServer="master.errorist.eu, 27900, 28900" +4\SyncServer="master.gonespy.com, 27900, 28900" +size=4 +DoSync=true +SyncGames=all +SyncInterval_s=1800 + +[Checker] +CycleInterval_s=900 +DoCheck=true +GetExtendedInformation=true +ServerCheckInterval_ms=250 + +[Maintenance] +DoMaintenance=true +MaintainRate_s=60 |
