defaultconf comment: add both note and attention for loadbalancer section

This commit is contained in:
Yonle
2024-05-13 06:36:12 +07:00
parent 649c425e42
commit a4adf49738

View File

@@ -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",