-
Notifications
You must be signed in to change notification settings - Fork 302
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
Shadowsocks2022 and UDP #254
Comments
shadowsocks-rust cloak Whether or not udp is enabled depends on your shadowsocks config |
@qwerttvv Thanks But I tested, and when the cloak is on, UDP won't go through (WhatsApp video call won't connect), and if the traffic won't go through Cloak and just ShadowSocks, the UDP is connected, and Whatsapp video call works well. |
emmmm Maybe try some tcp2udp programs? |
Cloak doesn't implement simultaneous tcp and udp listen and also shadowsocks needs to support it.
…-------- Original Message --------
On Mar 12, 2024, 3:12 PM, qwerttvv wrote:
emmmm
Maybe try some tcp2udp programs?
—
Reply to this email directly, [view it on GitHub](#254 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AIOIVH2274NNJWT72CPP4ADYX35NHAVCNFSM6AAAAABENA5B4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJRGYZDEMZRGY).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hello @cbeuw
As you may know, some modern cores like
xray-core
support the new version of Shadowsocks, which can transport UDP.Can Cloak support UDP as well?
I tested in the config:
but cannot pass UDP.
Do you know how I can enable UDP in cloak? (it is enabled on Shadowsocks)
The text was updated successfully, but these errors were encountered: