commit 921a561062c6fc9cba375c61e4638ac33100acbe Author: Arturo Filastò arturo@filasto.net Date: Fri Jul 29 23:56:20 2016 +0200
Edit ooniprobe configuration file --- data/ooniprobe.conf.sample | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample index cde4c00..f4c0812 100644 --- a/data/ooniprobe.conf.sample +++ b/data/ooniprobe.conf.sample @@ -5,6 +5,7 @@ basic: # Where OONIProbe should be writing it's log file logfile: /var/log/ooniprobe.log + loglevel: WARNING privacy: # Should we include the IP address of the probe in the report? includeip: false @@ -44,10 +45,6 @@ advanced: reporting_retries: 5 # How many reports to perform concurrently reporting_concurrency: 7 - oonid_api_port: 8042 - report_log_file: null - inputs_dir: null - decks_dir: null # If we should support communicating to plaintext backends (via HTTP) insecure_backend: false # The preferred backend type, can be one of onion, https or cloudfront
tor-commits@lists.torproject.org