mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-19 23:20:40 +01:00
reduce recommended cloak bits from 80 to 64
From testing on darwin; shaves 3 characters off the cloaked hostname, and 64 bits of entropy is fine (a collision is expected after 2**32 ~= 4 billion distinct CIDRs).
This commit is contained in:
parent
cb356ecaf0
commit
ea4bbd6899
@ -243,7 +243,7 @@ server:
|
|||||||
# more bits means less likelihood of distinct IPs colliding,
|
# more bits means less likelihood of distinct IPs colliding,
|
||||||
# at the cost of a longer cloaked hostname. if this value is set to 0,
|
# at the cost of a longer cloaked hostname. if this value is set to 0,
|
||||||
# all users will receive simply `netname` as their cloaked hostname.
|
# all users will receive simply `netname` as their cloaked hostname.
|
||||||
num-bits: 80
|
num-bits: 64
|
||||||
|
|
||||||
# secure-nets identifies IPs and CIDRs which are secure at layer 3,
|
# secure-nets identifies IPs and CIDRs which are secure at layer 3,
|
||||||
# for example, because they are on a trusted internal LAN or a VPN.
|
# for example, because they are on a trusted internal LAN or a VPN.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user