Skip to content

Commit

Permalink
defaultconf comment: add some note for <max_conn_per_ip>
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <[email protected]>
  • Loading branch information
Yonle committed May 19, 2024
1 parent 83e4b38 commit 2582700
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,12 @@ module.exports = {
// 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.
//
// NOTE: You will need to make sure that these bouncers has the same relays list as the other bouncers did,
// NOTE: Ensure that these bouncers has the same relays list as the other bouncers did,
// Otherwise the listing page of this http server will be inaccurate.
//
// NOTE: Ensure that these bouncer's <max_conn_per_ip> is set as "Infinity"
// If you want to handle <max_conn_per_ip>, Set in here instead
//
// ATTENTION: This load balancer is ONLY designed for bouncers in mind.
// 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.
Expand Down

0 comments on commit 2582700

Please sign in to comment.