-
Notifications
You must be signed in to change notification settings - Fork 303
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
[Question] How to use shadowsocks udp with cloak 2.1.1 #65
Comments
I think not gonna work. Proxy book for shadowsocks must be tcp. |
Or try force run shadowsocks only in udp `-U' |
shadowsocks/shadowsocks-org#28
|
I am using proxy book openvpn with udp its greats, I know speed won't be good compared to shadowsocks, but I can use it for game and etc |
If you use a plugin in Shadowsocks, The UDP will not be working.
|
WireGuard seems like a nice alternative to OpenVPN in terms of gaming, is it able to pair with Cloak too? |
@Klaaktu A while ago I have actually experimented pairing WireGuard with Cloak. Theoretically Cloak should work with anything that lets you tunnel UDP traffic, but I'm not familiar with WireGuard so unfortunately I couldn't find a way to configure WireGuard that works. |
@cbeuw i will try this one, i hope speed are good like original speed wireguard itself |
Wait... can u tunnel UDP traffic from Shadowsocks if you run Cloak in standalone mode? Is there a way to test this? Edit: nope... same error as WireGuard when tested in Sockscap64. Edit2:
WireGuard client gives this error, if endpoint is localhost instead (with "kill-switch" disabled):
|
cloak with standalone mode you can use ss with cloak[tcp] or only ss[tcp&udp] |
Sry I might have forgotten to change Shadowsocks ProxyBook entry to UDP or restart ck-server after editing, the error message hinted at it since handshake is for TCP. Anyway it seems UDP does work with Shadowsocks!
What I did: For TCP+UDP I think I need: |
Hello, i need help with this because im using shadowsocks with cloak and when i try to use udp it doesnt work on android, here is my shadowsocks libev config:
"server":"127.0.0.1", "server_port":56781, "password":"*********", "timeout":60, "method":"chacha20-ietf-poly1305", "nameserver":"8.8.8.8", "mode":"tcp_and_udp"
My cloak config is this:
{ "ProxyBook": { "shadowsocks":["udp","127.0.0.1:56781"] , "panel":["tcp","127.0.0.1:0"] }, "BypassUID": [ "**", "**" ], "BindAddr":[":443"], "RedirAddr": "204.79.197.200", "PrivateKey": "**", "AdminUID": "**", "DatabasePath": "userinfo.db", "StreamTimeout": 300 }
Note: All * means that i replace them to post here but original values are on the vps
The text was updated successfully, but these errors were encountered: