go-tunnel icon indicating copy to clipboard operation
go-tunnel copied to clipboard

Support UDP over TLS1.3 tunnel?

Open 0neday opened this issue 4 years ago • 2 comments

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

0neday avatar Jun 04 '21 04:06 0neday

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 ..

opencoff avatar Jun 04 '21 04:06 opencoff

clear-text UDP

Yes, plain udp over TLS 1.3

0neday avatar Jun 04 '21 06:06 0neday