mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-25 12:59:30 -08:00
fix #1312
This commit is contained in:
parent
32f29aca52
commit
c470f63daf
6 changed files with 69 additions and 18 deletions
|
|
@ -269,6 +269,12 @@ server:
|
|||
# whether to enable IP cloaking
|
||||
enabled: false
|
||||
|
||||
# whether to use these cloak settings (specifically, `netname` and `num-bits`)
|
||||
# to produce unique hostnames for always-on clients. you can enable this even if
|
||||
# you disabled IP cloaking for normal clients above. if this is disabled,
|
||||
# always-on clients will all have an identical hostname (the server name).
|
||||
enabled-for-always-on: true
|
||||
|
||||
# fake TLD at the end of the hostname, e.g., pwbs2ui4377257x8.irc
|
||||
# you may want to use your network name here
|
||||
netname: "irc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue