Browse Source

more edits to default mars config

pull/2911/head
scott 5 years ago
parent
commit
973978afb8
  1. 8
      lgsm/config-default/config-lgsm/mofmserver/_default.cfg

8
lgsm/config-default/config-lgsm/mofmserver/_default.cfg

@ -11,16 +11,16 @@
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
# The port on which players connect. Make sure that this port is open in order for players to connect. Defaults to 7777.
$port=""
$port="7777"
# The port used for beacons for initial connection. Make sure that this port is open in order for players to connect over the internet. Defaults to 15000.
$beaconport=""
$beaconport="15000"
# Overrides the IP address the server is running on. The server will use one of the available IP addresses but will not ascertain that this is a publicly reachable IP address. Used in Multi-IP environments.
$multihome=""
$multihome="0.0.0.0"
# Maximal number of players for the server. Default is 2.
$maxplayers=""
$maxplayers="32"
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
fn_parms(){

Loading…
Cancel
Save