IPv6 supported in tor mode
This commit is contained in:
parent
e18d3d0c93
commit
9f701c8f35
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ class FileServer(ConnectionServer):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def isIpv6Supported(self):
|
def isIpv6Supported(self):
|
||||||
|
if config.tor == "always":
|
||||||
|
return True
|
||||||
# Test if we can connect to ipv6 address
|
# Test if we can connect to ipv6 address
|
||||||
ipv6_testip = "fcec:ae97:8902:d810:6c92:ec67:efb2:3ec5"
|
ipv6_testip = "fcec:ae97:8902:d810:6c92:ec67:efb2:3ec5"
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue