From ea4bbd6899faa0277fcb86ff25f71957a1d86c42 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 24 Feb 2020 03:44:09 -0500 Subject: [PATCH] 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). --- oragono.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oragono.yaml b/oragono.yaml index 778358d2..f1a98ce7 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -243,7 +243,7 @@ server: # more bits means less likelihood of distinct IPs colliding, # 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. - num-bits: 80 + num-bits: 64 # 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.