-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Allow to chain ssserver to another socks5 proxy #1397
Comments
I can’t get your point. Could you elaborate it more in detail? |
Idea is that Or from another point of view it's to allow to configure |
Of course.
|
In my example browser connects with socks5 to a local shadowsocks-windows, but shadowsocks-windows does not allow to configure (ps. This may also be useful for general proxy chaining, like terminating all ssserver connections to Tor which runs on the same remote server as ssserver.) |
If I understand it correctly: your
So the key issue in this topology is that It should be Ok to add Proxy support in the {
"servers": [
{
"server": "1.2.3.4",
"server_port": 8999,
"proxy": "socks5://2.3.4.5:1080"
}
]
} |
For now, you can achieve this goal with other tools, like proxychains. I don't know if there are any replacements in Windows Platform. |
My scheme is
I want to add additional proxy at the ssserver node, such as CF Warp (which supports socks5). But I cannot configure Yes perhaps I can try to run one |
I am figuring how to make such route . Because many resources are blocked from the VPS ips. for example, now I can not post twitter with my vultr server :(
|
BTW, To use proxychains (on Debian 11) with systemd service: it turned out that systemd services are not very compatible with Some sites detect Warp as a kind of public proxy too. |
I've tried |
Please allow to chain shadowsocks server to another socks proxy.
For example user wants to connect to a cloudflare Warp gateway (which is in socks5 proxy mode) but to have his side using shadowsocks (on windows).
Currently shadowsocks-windows do not allow to configure
tunnel
protocol. This prevents such scheme.So it would allow to use usual shadowsocks windows client (as a socks proxy) that connects as normal to a remote ssserver but that ssserver redirects (not decoded socks5 traffic) to a local warp-server socks5 port.
The text was updated successfully, but these errors were encountered: