shadowsocks-rust
shadowsocks-rust copied to clipboard
~~~~
I couldn't understand what you are talking about. Let me guess: You want to put shadowsocks' traffic into a wireguard tunnel?
I have no idea what was blocking you from making shadowsocks' ssserver's outbound traffic to be relayed by wireguard.
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.
{
"outbound_bind_interface": "wg0"
}