From 5fc6764dddfa6b129bf8735a0653c917972aaa0f Mon Sep 17 00:00:00 2001 From: Arcturus36 Date: Wed, 8 Jun 2016 00:29:19 +0000 Subject: [PATCH] Add obfs4 lines to torrc --- tools/tor/torrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/tor/torrc b/tools/tor/torrc index a6df211c7..c789eceb7 100644 --- a/tools/tor/torrc +++ b/tools/tor/torrc @@ -7,7 +7,15 @@ GeoIPv6File geoip\geoip6 # Log notice file data\notice.log +# Tell Tor where to find obfs4proxy +# It should reside in the root of the data directory +ClientTransportPlugin obfs2,obfs3,obfs4,scramblesuit exec data\obfs4proxy +# Uncomment this once a bridge has been entered below +# UseBridges 1 + +# Obfs4 bridges go here + ControlPort 49051 SOCKSPort 49050 -CookieAuthentication 1 \ No newline at end of file +CookieAuthentication 1