Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with
3 additions and
3 deletions
-
lgsm/config-default/config-lgsm/momserver/_default.cfg
-
lgsm/config-default/config-lgsm/sbotsserver/_default.cfg
|
|
@ -14,7 +14,7 @@ port="7777" |
|
|
|
beaconport="15000" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-Port=${port} -BeaconPort=${beaconport} -MultiHome=${ip}" |
|
|
|
startparameters="-MultiHome=${ip} -Port=${port} -BeaconPort=${beaconport}" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ defaultmap="StationKappa" |
|
|
|
servername="LinuxGSM" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-Port=${port} -QueryPort=${queryport} -startup_map ${defaultmap} -server_name \"${servername}\"" |
|
|
|
startparameters="-MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -startup_map ${defaultmap} -server_name '${servername}'" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|