-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 about UDP_ONLY mode with gfwlist.acl #1635
Comments
Run with |
The tcp-only sslocal config is like this,
The udp-only sslocal config is like this,
And both sslocal instances are started by :
|
It might be hard to debug without using an android device. And this issue is a peculiar use of sslocal. I will close this issue and leave it to shadowsocks-android project. Thank you for your time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have the following scenario of using sslocal. Related to shadowsocks/shadowsocks-android#3070.
Having 2 sslocal instance with the same config, the only difference is that one is tcp_only and the other one is udp_only.
With a proxy-all acl, the remote server can receive both tcp traffic and quic/udp traffic.
But with a gfwlist acl, only tcp traffic is received, no quic/udp traffic. Tested with visiting youtube for quic/udp traffic.
Why?
The text was updated successfully, but these errors were encountered: