Can I add a pre-proxy option to the tor plugin?

Started by deddey, February 14, 2019, 02:36:16 AM

Previous topic - Next topic
In China, because of the relationship of GFW, tor can not be directly connected. If you need to use tor, you need to add a pre-proxy. The shadowsocks plugin in onsense can be used as a good pre-agent to add pre-proxy options to the tor plugin.

Tor has something that is called pluggable transports. It is not yet supported by the plugin.

I manually edit the configuration file torrc in my PC, to add a line :

Socks5Proxy 127.0.0.1:1080

for use the pre-agent。

Sounds easy, can you make a github issue, so I can implement it in general?

I also want to try it, but it is very difficult for me.