You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ..
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
The text was updated successfully, but these errors were encountered: