From 52d7e4d7ab5bd6fd1e34478a0484654974d1d045 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 6 Jun 2019 14:03:48 +0200 Subject: [PATCH] fix the torrc client ClientTransportPlugin path the binaries are installed under the `usr/bin` path [[1]](https://github.com/vimagick/dockerfiles/blob/master/tor/Dockerfile#L22) --- tor/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tor/README.md b/tor/README.md index e52603498..993d15d27 100644 --- a/tor/README.md +++ b/tor/README.md @@ -63,10 +63,10 @@ UseBridges 1 #Bridge meek 1.2.3.4:9001 url=https://meek.easypi.info:7002/ #Bridge obfs3 1.2.3.4:9001 F24BF4DE74649E205A8A3621C84F97FF623B2083 Bridge obfs4 1.2.3.4:9001 F24BF4DE74649E205A8A3621C84F97FF623B2083 -#ClientTransportPlugin fte exec /usr/local/bin/fteproxy -#ClientTransportPlugin meek exec /usr/local/bin/meek-client -#ClientTransportPlugin obfs3 exec /usr/local/bin/obfsproxy -ClientTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy +#ClientTransportPlugin fte exec /usr/bin/fteproxy +#ClientTransportPlugin meek exec /usr/bin/meek-client +#ClientTransportPlugin obfs3 exec /usr/bin/obfsproxy +ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy ``` > Please connect via `HTTPProxy`/`HTTPSProxy`/`Socks5Proxy` if you're blocked!