[tor-commits] [ooni-probe/master] Include by default the details of the probe

art at torproject.org art at torproject.org
Tue May 7 00:51:03 UTC 2013


commit 2523773e5825069e602578353b565d1ec23950c3
Author: Arturo Filastò <art at fuffa.org>
Date:   Tue May 7 02:51:37 2013 +0200

    Include by default the details of the probe
---
 ooniprobe.conf.sample |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ooniprobe.conf.sample b/ooniprobe.conf.sample
index 53e7ac7..bed9da6 100644
--- a/ooniprobe.conf.sample
+++ b/ooniprobe.conf.sample
@@ -7,13 +7,13 @@ basic:
     logfile: ooniprobe.log
 privacy:
     # Should we include the IP address of the probe in the report?
-    includeip: false
+    includeip: true
     # Should we include the ASN of the probe in the report?
-    includeasn: false
+    includeasn: true
     # Should we include the country as reported by GeoIP in the report?
-    includecountry: false
+    includecountry: true
     # Should we include the city as reported by GeoIP in the report?
-    includecity: false
+    includecity: true
     # Should we collect a full packet capture on the client?
     includepcap: false
 reports:



More information about the tor-commits mailing list