diff --git a/src/File/FileServer.py b/src/File/FileServer.py index b02adf21..561e912e 100644 --- a/src/File/FileServer.py +++ b/src/File/FileServer.py @@ -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: