q3rcon-bridge
Version:
Proxies rcon commands to servers with optional user:pass auth
21 lines (19 loc) • 360 B
JSON
{
"listenHost": "127.0.0.1",
"listenPort": 28962,
"bindHost": "127.0.0.1",
"servers": {
"srv1": {
"host": "127.0.0.1",
"port": 28960,
"password": "pass"
}
},
"authLib": "mysql",
"authSettings": {
"host": "localhost",
"user": "root",
"password": "",
"database": "q3rcon-bridge"
}
}