Merge pull request #120 from zeronet-conservancy/user_agent

reduce fingerprinting of site owner
This commit is contained in:
caryoscelus 2022-07-25 09:43:19 +00:00 committed by GitHub
commit e50558a118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,