[tor-commits] [ooni-probe/master] Add the 'reports' group to the sample config file.

art at torproject.org art at torproject.org
Wed Mar 20 17:49:11 UTC 2013


commit 5d6660826a7988e6ec47b72c9610021f0218a0da
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Mar 11 23:04:59 2013 +0000

    Add the 'reports' group to the sample config file.
---
 ooniprobe.conf.sample |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ooniprobe.conf.sample b/ooniprobe.conf.sample
index 51c60f5..7e497f7 100644
--- a/ooniprobe.conf.sample
+++ b/ooniprobe.conf.sample
@@ -16,6 +16,9 @@ privacy:
     includecity: false
     # Should we collect a full packet capture on the client?
     includepcap: false
+reports:
+    # This is a packet capture file (.pcap) to load as a test:
+    pcap: None
 advanced:
     # XXX change this to point to the directory where you have stored the GeoIP
     # database file. This should be the directory in which OONI is installed
@@ -39,4 +42,3 @@ tor:
     # This should be set to something to avoid having Tor download each time
     # the descriptors and consensus data.
     data_dir: ~/.tor/
-





More information about the tor-commits mailing list