Browse Source

fix(armar): new a2s settings

pull/135/head
Marcin Jakubowski 2 years ago
parent
commit
e03f972280
  1. 6
      ArmaReforger/server.json

6
ArmaReforger/server.json

@ -3,8 +3,10 @@
"bindPort": 2001, "bindPort": 2001,
"publicAddress": "", "publicAddress": "",
"publicPort": 2001, "publicPort": 2001,
"a2sQueryEnabled": true, "a2s": {
"steamQueryPort": 17777, "address": "0.0.0.0",
"port": 17777
},
"game": { "game": {
"name": "SERVERNAME", "name": "SERVERNAME",
"password": "", "password": "",

Loading…
Cancel
Save