summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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.