Note Tor and I2P support.

This commit is contained in:
Itamar Turner-Trauring 2022-07-29 10:15:23 -04:00
parent 1cd2185be7
commit 533d2a7ac9
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ class _FoolscapOrHttps(Protocol, metaclass=_PretendToBeNegotiation):
cls.tub.myCertificate.original.to_cryptography(), cls.tub.myCertificate.original.to_cryptography(),
) )
) )
# TODO this is probably where we'll have to support Tor and I2P?
# See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3888#comment:9
# for discussion (there will be separate tickets added for those at
# some point.)
return storage_nurls return storage_nurls
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):