Compare commits

...

2 Commits

Author SHA1 Message Date
Pierre Tachoire 1a585aa5d1
Merge 52d7e4d7ab into 6050c5f150 2024-02-28 19:00:53 -07:00
Pierre Tachoire 52d7e4d7ab
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)
2019-06-06 14:03:48 +02:00

View File

@ -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!