Commit 19eda271 authored by Matt Traudt's avatar Matt Traudt Committed by Matt Traudt
Browse files

Set UseEntryGuards 0

Thanks, @teor2345
parent 816591fa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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: