shadowsocks-rust
shadowsocks-rust copied to clipboard
[Client][Tor] Add a way to reroute everything to Tor
trafficstars
You -----> Tor -----> Tor ----->SSServer -----> Internet
imagine:
ssclient mysecrectmyonion.onion:1234 --viasocks 127.0.0.1:9050
-
Client will connect to my...onion:1234/tcp, via Tor
-
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.
You can do that in a plugin.