Open 0neday opened 3 years ago
I don't understand the use case; are you trying to send clear-text UDP over TLS (TCP)? If so, this is a major change to the code; I need to think about doing this cleanly ..
As a workaround - if your software supports SOCKS, you can configure it to send "UDP" over socks and use go-tunnel to do SOCKS over TLS ..
clear-text UDP
Yes, plain udp over TLS 1.3
We know go-tunnel could connect by Quic/TLS tunnel. But we aslo find udp could be limited by QoS by network Carrier. so do you any plan support udp over tls?
It is very useful to VPN based on udp, such as wireguard.
I search find this project , but the code is very bad