Skip to content
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

Support UDP over TLS1.3 tunnel? #6

Open
0neday opened this issue Jun 4, 2021 · 2 comments
Open

Support UDP over TLS1.3 tunnel? #6

0neday opened this issue Jun 4, 2021 · 2 comments

Comments

@0neday
Copy link

0neday commented Jun 4, 2021

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

@opencoff
Copy link
Owner

opencoff commented Jun 4, 2021

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

@0neday
Copy link
Author

0neday commented Jun 4, 2021

clear-text UDP

Yes, plain udp over TLS 1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants