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

~~~~

Open Su-Du opened this issue 1 year ago • 4 comments
trafficstars

Su-Du avatar Jul 27 '24 13:07 Su-Du

I couldn't understand what you are talking about. Let me guess: You want to put shadowsocks' traffic into a wireguard tunnel?

zonyitoo avatar Jul 27 '24 15:07 zonyitoo

I have no idea what was blocking you from making shadowsocks' ssserver's outbound traffic to be relayed by wireguard.

zonyitoo avatar Jul 28 '24 06:07 zonyitoo

I have no idea what was blocking you from making shadowsocks' ssserver's outbound traffic to be relayed by wireguard.

I may not express it clearly. My client and server have established a connection through shadowsocks-rust and there is no problem. However, my server is in Germany and the content I access is in the United States. It has IP jurisdiction, so I need to give SS the outbound IP. Become the wireguard connection I established on the server.

Just simply starts wireguard on server serving on an interface, for example wg0. And then set outbound-bind-interface wg0 for ssserver.

zonyitoo avatar Jul 28 '24 16:07 zonyitoo

{
    "outbound_bind_interface": "wg0"
}

zonyitoo avatar Jul 30 '24 15:07 zonyitoo