Ipv6 support of opened services

This commit is contained in:
shortcutme 2019-01-20 16:28:42 +01:00
parent e7de562b93
commit 9c82de7df2
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -67,7 +67,7 @@ class SiteAnnouncer(object):
back = []
# Type of addresses they can reach me
if self.site.connection_server.port_opened and config.trackers_proxy == "disable":
back.append("ip4")
back.append(helper.getIpType(self.site.connection_server.ip))
if self.site.connection_server.tor_manager.start_onions:
back.append("onion")
return back