Merge pull request #120 from zeronet-conservancy/user_agent
reduce fingerprinting of site owner
This commit is contained in:
commit
e50558a118
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