1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Pierre Tachoire
1a585aa5d1
Merge 52d7e4d7ab5bd6fd1e34478a0484654974d1d045 into 6050c5f150625f48593764a625d8aee449c399f5 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

@ -63,10 +63,10 @@ UseBridges 1
#Bridge meek 1.2.3.4:9001 url=https://meek.easypi.info:7002/ #Bridge meek 1.2.3.4:9001 url=https://meek.easypi.info:7002/
#Bridge obfs3 1.2.3.4:9001 F24BF4DE74649E205A8A3621C84F97FF623B2083 #Bridge obfs3 1.2.3.4:9001 F24BF4DE74649E205A8A3621C84F97FF623B2083
Bridge obfs4 1.2.3.4:9001 F24BF4DE74649E205A8A3621C84F97FF623B2083 Bridge obfs4 1.2.3.4:9001 F24BF4DE74649E205A8A3621C84F97FF623B2083
#ClientTransportPlugin fte exec /usr/local/bin/fteproxy #ClientTransportPlugin fte exec /usr/bin/fteproxy
#ClientTransportPlugin meek exec /usr/local/bin/meek-client #ClientTransportPlugin meek exec /usr/bin/meek-client
#ClientTransportPlugin obfs3 exec /usr/local/bin/obfsproxy #ClientTransportPlugin obfs3 exec /usr/bin/obfsproxy
ClientTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy
``` ```
> Please connect via `HTTPProxy`/`HTTPSProxy`/`Socks5Proxy` if you're blocked! > Please connect via `HTTPProxy`/`HTTPSProxy`/`Socks5Proxy` if you're blocked!