Skip to content
Snippets Groups Projects
Commit ec293c08 authored by Damian Johnson's avatar Damian Johnson
Browse files

Gentoo doesn't have any connection resolvers

Well... damn. Looks like Gentoo doesn't have any connection resolvers we can
use...

  https://trac.torproject.org/projects/tor/ticket/13904#comment:17
parent c337b9eb
No related branches found
No related tags found
No related merge requests found
......@@ -255,6 +255,8 @@ def system_resolvers(system = None):
resolvers = []
elif system in ('Darwin', 'OpenBSD'):
resolvers = [Resolver.LSOF]
elif stem.util.system.is_gentoo():
resolvers = []
elif system == 'FreeBSD':
# Netstat is available, but lacks a '-p' equivilant so we can't associate
# the results to processes. The platform also has a ss command, but it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment