This commit is contained in:
parent
b928cfc0d5
commit
f4e52fce5a
1 changed files with 1 additions and 4 deletions
|
@ -98,9 +98,6 @@ class FileServer(ConnectionServer):
|
|||
if config.tor == "always":
|
||||
return True
|
||||
# Test if we can connect to ipv6 address
|
||||
if hasattr(config, "ipv6_testip"):
|
||||
ipv6_testip = config.ipv6_testip
|
||||
else:
|
||||
ipv6_testip = "fcec:ae97:8902:d810:6c92:ec67:efb2:3ec5"
|
||||
try:
|
||||
sock = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)
|
||||
|
|
Loading…
Reference in a new issue