mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-17 02:07:31 -05:00
Change version of Tor that supports v3 onion services to 0.3.5.7
This commit is contained in:
parent
89ccf0306b
commit
b1d5b29cf6
@ -411,7 +411,7 @@ class Onion(object):
|
|||||||
# Does this version of Tor support next-gen ('v3') onions?
|
# Does this version of Tor support next-gen ('v3') onions?
|
||||||
# Note, this is the version of Tor where this bug was fixed:
|
# Note, this is the version of Tor where this bug was fixed:
|
||||||
# https://trac.torproject.org/projects/tor/ticket/28619
|
# https://trac.torproject.org/projects/tor/ticket/28619
|
||||||
self.supports_v3_onions = self.tor_version >= Version('0.4.0.0')
|
self.supports_v3_onions = self.tor_version >= Version('0.3.5.7')
|
||||||
|
|
||||||
def is_authenticated(self):
|
def is_authenticated(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user