Skip to content
Snippets Groups Projects
Commit 19eda271 authored by Matt Traudt's avatar Matt Traudt Committed by Matt Traudt
Browse files

Set UseEntryGuards 0

Thanks, @teor2345
parent 816591fa
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,10 @@ def launch_tor(conf):
'LearnCircuitBuildTimeout': '0',
'CircuitBuildTimeout': '10',
})
# Things to avoid path bias warnings
c.update({
'UseEntryGuards': '0',
})
for line in section['extra_lines'].split('\n'):
line = line.strip()
if len(line) < 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment