commit 8459fdc93dd59ba5d2da23a0c0e45ed18b5b6e3e Author: anadahz anadahz@users.noreply.github.com Date: Sun Jun 5 17:26:04 2016 +0000
Fix indentation of torrc option (#510)
* Fix indentation of torrc option
* Add Bridge YAML format example to use meek bridges --- data/ooniprobe.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample index 72a8e06..fec1026 100644 --- a/data/ooniprobe.conf.sample +++ b/data/ooniprobe.conf.sample @@ -63,3 +63,9 @@ tor: #HTTPProxyAuthenticator: user:password #HTTPSProxy: host:port #HTTPSProxyAuthenticator: user:password + #UseBridges: 1 + #Bridge: + #- "meek_lite 0.0.2.0:1 url=https://meek-reflect.appspot.com/ front=www.google.com" + #- "meek_lite 0.0.2.0:2 url=https://d2zfqthxsdq309.cloudfront.net/ front=a0.awsstatic.com" + #- "meek_lite 0.0.2.0:3 url=https://az786092.vo.msecnd.net/ front=ajax.aspnetcdn.com" + #ClientTransportPlugin: "meek_lite exec /usr/bin/obfs4proxy"