mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
mode 2 as default, edit README.md to edit config first
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
ae7859a49d
commit
58e51a027f
@ -52,6 +52,8 @@ docker build -t bostr:local .
|
||||
docker run --rm --name bostr -p 8080:8080 -v ./config.js:/usr/src/app/config.js bostr:local
|
||||
```
|
||||
|
||||
**Note:** You will need to edit `config.js` before running the bouncer.
|
||||
|
||||
## License
|
||||
|
||||
Copyright 2023 Yonle <yonle@lecturify.net>
|
||||
|
@ -8,8 +8,8 @@ module.exports = {
|
||||
|
||||
// Bouncing mode
|
||||
// 1 -> Fast. Bouncer connects to <relays> at startup.
|
||||
// 2 -> Accurate. Every clients has their own sessions.
|
||||
mode: 1,
|
||||
// 2 -> Accurate. Every clients has their own sessions (recommended).
|
||||
mode: 2,
|
||||
|
||||
// Clusters.
|
||||
clusters: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user