hot_names : set[string]
If a finger request for any of the names in this set is observed, the associated connection is marked “hot”.
Note: This variable isconst
, so may only be changed viaredef
.
max_finger_request_len : count
If a finger request is longer than this length, then it is marked as “hot”.
Note: This variable isconst
, so may only be changed viaredef
.
rewrite_finger_trace : bool
Indicates whether or not finger requests are rewritten for anonymity.