reduce fingerprinting of site owner
replace version with generic `user_agent` that will remain constant
This commit is contained in:
parent
53ba8d2bb9
commit
7353c8ff90
3 changed files with 5 additions and 3 deletions
|
@ -362,7 +362,7 @@ class Connection(object):
|
|||
self.server.log.warning("Unknown target onion address: %s" % self.target_onion)
|
||||
|
||||
handshake = {
|
||||
"version": "conservancy",
|
||||
"version": config.user_agent,
|
||||
"protocol": "v2",
|
||||
"use_bin_type": True,
|
||||
"peer_id": peer_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue