diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2017-01-17 15:39:59 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2017-01-17 15:39:59 -0500 |
commit | 86479c068dabe34e7ab3568b8c2d5494b322bbda (patch) | |
tree | a1ef3b7a7944d01e90d6496b740f3295eec8863c | |
parent | 436011fee88fb1f8e2941c518e5f7bd11d66559d (diff) | |
download | udpastcp-master.tar.xz udpastcp-master.zip |
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,5 @@ +[This project is abandoned, see the end of this README for more information.] + This program hides UDP traffic as TCP traffic in order to bypass certain firewalls. @@ -20,3 +22,8 @@ Example usage: server# udpintcp server server 11940 ::1 1194 client# udpintcp client ::1 1194 server 11940 client# openvpn --config ... --proto udp6 --remote ::1 11940 + +I've abandoned this project because I don't think it's that useful in practice, +since meddling middleboxes tend to screw with the oddities required by UDP in +TCP (no retransmissions, for one). For tunneling, SOCKS seems like a better +solution, especially since QUIC is dead. |