IPv6 supported in tor mode

This commit is contained in:
shortcutme 2019-01-30 14:52:26 +01:00
parent e18d3d0c93
commit 9f701c8f35
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -93,6 +93,8 @@ class FileServer(ConnectionServer):
return False
def isIpv6Supported(self):
if config.tor == "always":
return True
# Test if we can connect to ipv6 address
ipv6_testip = "fcec:ae97:8902:d810:6c92:ec67:efb2:3ec5"
try: