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

How to wrap UDP connections with TCP to overcome telco tricks? #14743

Open
mtyurt opened this issue Aug 29, 2024 · 0 comments
Open

How to wrap UDP connections with TCP to overcome telco tricks? #14743

mtyurt opened this issue Aug 29, 2024 · 0 comments

Comments

@mtyurt
Copy link

mtyurt commented Aug 29, 2024

Is your feature request related to a problem? Please describe.
Certain countries block the well-known VPN ports as well as UDP traffic. I tried changing the default 51820/UDP port to 443/
UDP port, but still no luck; I believe the telco in my country is trolling with UDP connections somehow.

Describe the solution you'd like
I checked some solutions, while not being concrete, suggested wrapping UDP connections with TCP. And OpenVPN based solutions work well in the country; so I want to believe it will work out if I can wrap the UDP connections with TCP. I have found out some commands I do not really get, I'm really looking for directions if I can do this myself or if we can change something in the code/config/etc. to enable it.

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

1 participant