reduce fingerprinting of site owner

replace version with generic `user_agent` that will remain constant
This commit is contained in:
caryoscelus 2022-07-01 19:28:53 +00:00
parent 53ba8d2bb9
commit 7353c8ff90
3 changed files with 5 additions and 3 deletions

View file

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