From 86479c068dabe34e7ab3568b8c2d5494b322bbda Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 17 Jan 2017 15:39:59 -0500 Subject: Update README to reflect dead-ness. --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 4d97c47..496ee59 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3-54-g00ecf