shadowsocks/v2ray-plugin-android

Does android support quic?

arayus opened this issue · 2 comments

Android with quic not work at all. My server doesn't get any request from my phone.
Windows use quic fine.
Android use websocket fine.

my plugin-opts
server;mode=quic;host=mydomain.com;cert=/path/my.crt;key=/path/my.key

quic模式下,shadowsocks不支持UDP转发。注意要把DNS转发关闭。

I chang the plugin from kcp to v2ray. So.. I haven't enable the udp forward at all.
I test the websocket with tls. The server site get bad cert(wtf, i pay for the cert and has no problem from visit by browser), But by quic mode, nothing logs.