0.4.1 • Published 9 years ago

q3rcon-bridge v0.4.1

Weekly downloads
31
License
MIT
Repository
github
Last release
9 years ago

q3rcon-bridge

Simple rcon-based bridge/proxy that enables adminisistration for q3 rcon-enabled servers without exposing master password

How to run:

Install via npm install q3rcon-bridge -g. Then run using the command q3rconbridge and specify a configuration file in the command line.

Example: q3rconbridge ./sample_config.json

Sample Configuration file

{
  "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"
  }
}

Authentication modules

simple

Simple file-based authentication. Create a file with user:password pairs, one per each line

user:password
admin:pass
test:test

Then in authSettings, link to the file.

echelon

Not tested, probably doesn't work

0.4.1

9 years ago

0.4.0

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.2.4

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.0

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago