diff options
| author | Tom Ritter <tom@ritter.vg> | 2017-03-09 16:16:19 -0600 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2017-03-09 16:16:19 -0600 |
| commit | c3f584bf53fcde8666c3dceb071372b36ef07dcb (patch) | |
| tree | 5356094643788814d41c8f2b55b7ddd9b52c06bb | |
| parent | d36424497438cfce7a5af79a9a3affe79f3cba40 (diff) | |
Turn off Guards
When running the bandwidth scanner with recent tor versions, the
pathbias detector complains about circuit state at notice level.
This could quickly fill the logs.
| -rw-r--r-- | NetworkScanners/BwAuthority/data/tor.1/torrc | 3 | ||||
| -rwxr-xr-x | NetworkScanners/BwAuthority/data/tor.2/torrc | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/NetworkScanners/BwAuthority/data/tor.1/torrc b/NetworkScanners/BwAuthority/data/tor.1/torrc index 933141e..95f8bd4 100644 --- a/NetworkScanners/BwAuthority/data/tor.1/torrc +++ b/NetworkScanners/BwAuthority/data/tor.1/torrc @@ -16,3 +16,6 @@ FetchDirInfoEarly 1 # Use CREATE cells for first hop, so we can still measure CPU overload via # circ failure FastFirstHopPK 0 + +# Turn pathbias off, so it doesn't flood the logs +UseEntryGuards 0 diff --git a/NetworkScanners/BwAuthority/data/tor.2/torrc b/NetworkScanners/BwAuthority/data/tor.2/torrc index 209781f..0232163 100755 --- a/NetworkScanners/BwAuthority/data/tor.2/torrc +++ b/NetworkScanners/BwAuthority/data/tor.2/torrc @@ -16,3 +16,6 @@ FetchDirInfoEarly 1 # Use CREATE cells for first hop, so we can still measure CPU overload via # circ failure FastFirstHopPK 0 + +# Turn pathbias off, so it doesn't flood the logs +UseEntryGuards 0 |
