Browse Source

ports

pull/4359/head
Daniel Gibbs 2 years ago
parent
commit
3573914ef5
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 7
      lgsm/config-default/config-lgsm/tfserver/_default.cfg

7
lgsm/config-default/config-lgsm/tfserver/_default.cfg

@ -10,9 +10,10 @@
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
ip="0.0.0.0"
port="7777"
queryport="7779" # port +2
shutdownport="7780" # port +3
port="27015"
beaconport="27016" # port +1
queryport="27017" # port +2
shutdownport="27018" # port +3
adminlabel="true" # Enable admin icon.
allowsensitivewords="true"
altsavedirectoryname="${defaultmap}"

Loading…
Cancel
Save