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