shadowsocks-rust icon indicating copy to clipboard operation
shadowsocks-rust copied to clipboard

[Client][Tor] Add a way to reroute everything to Tor

Open corkia1 opened this issue 4 years ago • 1 comments
trafficstars

You -----> Tor -----> Tor ----->SSServer -----> Internet

imagine:

ssclient mysecrectmyonion.onion:1234 --viasocks 127.0.0.1:9050

  1. Client will connect to my...onion:1234/tcp, via Tor

  2. onionserver is hosting ssserver on port 1234/tcp.

Usage: a. Hide the fact user is using shadowsocks. b. SSServer operator don't have to open a port to internet. c. Client-to/from-server is more secured

I ask this because my ISP is CGNAT and I can't open port to internet. If shadowsocks can route via Tor I could use it to connect to my workplace and read docs in remote location. Plz consider it.

corkia1 avatar Aug 19 '21 11:08 corkia1

You can do that in a plugin.

zonyitoo avatar Aug 19 '21 11:08 zonyitoo