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

shadowsocks-rust支持前置代理吗?

Open tianlichunhong opened this issue 2 years ago • 8 comments
trafficstars

shadowsocks-windows是支持正向代理(前置代理的)。但是没有看到shadowsocks-rust的相关配置,请问支持吗?如果支持,如何配置?谢谢!

tianlichunhong avatar Jul 10 '23 10:07 tianlichunhong

What exactly is the "forward proxy" in shadowsocks-windows? Or in other word, what do you want to achieve?

zonyitoo avatar Jul 10 '23 15:07 zonyitoo

What exactly is the "forward proxy" in shadowsocks-windows? Or in other word, what do you want to achieve?

Thank you for your reply! In my company, to get on the internet, I need to set up http proxy. How do I use shadowsocks-rust in this case? shadowsocks-windows has this function as below:

image

tianlichunhong avatar Jul 12 '23 08:07 tianlichunhong

So this forward proxy works between sslocal and ssserver, like this:

sslocal -> "forward proxy" -> ssserver

If I understand it correctly, sslocal in this project doesn't support it internally.

You could make a "plugin" to work as a "forward proxy".

zonyitoo avatar Jul 12 '23 13:07 zonyitoo

but I didn't found any forward proxy plugin for shadowsovks-rust. If you know, can you share the link. Thank uou!

tianlichunhong avatar Jul 13 '23 04:07 tianlichunhong

I don't know, either. It should work technically.

zonyitoo avatar Jul 13 '23 06:07 zonyitoo

That's actually an useful feature, is it possible that make ssserver go out through another socks service?

fernvenue avatar Aug 02 '23 09:08 fernvenue

Any PRs are welcome, I don't need this feature in real life, so I currently have no motivation to implement this feature.

zonyitoo avatar Aug 02 '23 15:08 zonyitoo

That's actually an useful feature, is it possible that make ssserver go out through another socks service?

Maybe you can use gost

HTensor avatar Apr 22 '24 16:04 HTensor