File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,12 @@ def start
101101 "--ControlPort #{ control_port } " ,
102102 "--NewCircuitPeriod 15" ,
103103 "--MaxCircuitDirtiness 15" ,
104- "--NumEntryGuards 8" ,
104+ "--UseEntryGuards 0" ,
105+ "--UseEntryGuardsAsDirGuards 0" ,
105106 "--CircuitBuildTimeout 5" ,
106- "--ExitNodes {us}" ,
107107 "--ExitRelay 0" ,
108108 "--RefuseUnknownExits 0" ,
109109 "--ClientOnly 1" ,
110- "--StrictNodes 1" ,
111110 "--AllowSingleHopCircuits 1" ,
112111 "--DataDirectory #{ data_directory } " ,
113112 "--PidFile #{ pid_file } " ,
@@ -119,7 +118,7 @@ def start
119118 def newnym
120119 self . class . fire_and_forget ( '/usr/local/bin/newnym.sh' ,
121120 "#{ control_port } " ,
122- "| logger -t 'newnym' 2>&1 " )
121+ "| logger -t 'newnym'" )
123122 end
124123 end
125124
You can’t perform that action at this time.
0 commit comments