Does this program convert UDP to TCP? #43
Unanswered
jpmvferreira
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
https://github.com/SagerNet/sing-box implements a generic UoT encapsulation that works with most of its supported proxy protocols. You could use it with a tproxy or tun inbound to proxy all traffic. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interested in establishing a Wireguard connection when inside a very restrictive firewall, which I believe blocks UDP traffic, and also has deep package inspection, although I haven't checked thoroughly.
Therefore, I would like to ask you:
To elaborate a little bit further on what I'm looking for, I am interested in using Shadowsocks to tunnel my Wireguard traffic. The reasons for that are:
If neither this program nor Shadowsocks converts UDP to TCP (or I end up going for Shadowsocks even though it does not perform that conversion), I can always chain this another program that does it, and have something that looks like:
Client: Wireguard -> UDP2TCP -> Shadowsocks -> Internet
Server: Internet -> TCP2UDP -> Wireguard
So far, I've found two programs that do this (not sure if there is a universally accepted recommended one):
Beta Was this translation helpful? Give feedback.
All reactions