Browse Source

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).
tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
ea4bbd6899
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oragono.yaml

+ 1
- 1
oragono.yaml View File

@@ -243,7 +243,7 @@ server:
243 243
         # more bits means less likelihood of distinct IPs colliding,
244 244
         # at the cost of a longer cloaked hostname. if this value is set to 0,
245 245
         # all users will receive simply `netname` as their cloaked hostname.
246
-        num-bits: 80
246
+        num-bits: 64
247 247
 
248 248
     # secure-nets identifies IPs and CIDRs which are secure at layer 3,
249 249
     # for example, because they are on a trusted internal LAN or a VPN.

Loading…
Cancel
Save