Merge pull request #807 from slingamn/reduce_cloak_bits

reduce recommended cloak bits from 80 to 64
This commit is contained in:
Shivaram Lingamneni 2020-02-24 00:47:15 -08:00 committed by GitHub
commit 7b10902181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.