mirror of
https://github.com/Yonle/bostr.git
synced 2025-10-09 16:12:48 +02:00
defaultconf comment: add both note and attention for loadbalancer section
This commit is contained in:
@@ -182,6 +182,13 @@ module.exports = {
|
|||||||
//
|
//
|
||||||
// You could make this bouncer to connect to other bouncer in order to save this server loads.
|
// You could make this bouncer to connect to other bouncer in order to save this server loads.
|
||||||
// It's suggested that the following bouncers does not have `noscraper` or `authorized_keys` being set.
|
// It's suggested that the following bouncers does not have `noscraper` or `authorized_keys` being set.
|
||||||
|
//
|
||||||
|
// NOTE: You will need to make sure that these bouncers has the same relays list as the other bouncers did,
|
||||||
|
// Otherwise the listing page of this http server will be inaccurate.
|
||||||
|
//
|
||||||
|
// ATTENTION: This load balancer is ONLY designed for bouncers in mimd.
|
||||||
|
// If you REALLY want to use it with your relays, Ensure that
|
||||||
|
// Every single relays that you provide below is using the same database as the others did.
|
||||||
loadbalancer: [
|
loadbalancer: [
|
||||||
// "wss://bostr1.example.com",
|
// "wss://bostr1.example.com",
|
||||||
// "wss://bostr2.example.com",
|
// "wss://bostr2.example.com",
|
||||||
|
Reference in New Issue
Block a user