[tor-commits] [ooni-probe/master] Add some missing examples from the sample config file
art at torproject.org
art at torproject.org
Fri Jan 13 12:39:58 UTC 2017
commit 18417381e8a86802db2769f63c8bc52476991b29
Author: Arturo Filastò <arturo at filasto.net>
Date: Tue Dec 6 17:33:59 2016 +0000
Add some missing examples from the sample config file
---
data/ooniprobe.conf.sample | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample
index 5880aee..e324c8a 100644
--- a/data/ooniprobe.conf.sample
+++ b/data/ooniprobe.conf.sample
@@ -59,6 +59,11 @@ advanced:
insecure_backend: false
# The preferred backend type, can be one of onion, https or cloudfront
preferred_backend: onion
+ # The port and address for the Web UI
+ #webui_port: 8842
+ #webui_address: "127.0.0.1"
+ # Should the Web UI be disabled
+ #disable_webui: false
tor:
#socks_port: 8801
#control_port: 8802
More information about the tor-commits
mailing list