summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2017-01-17 15:39:59 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2017-01-17 15:39:59 -0500
commit86479c068dabe34e7ab3568b8c2d5494b322bbda (patch)
treea1ef3b7a7944d01e90d6496b740f3295eec8863c
parent436011fee88fb1f8e2941c518e5f7bd11d66559d (diff)
downloadudpastcp-86479c068dabe34e7ab3568b8c2d5494b322bbda.tar.xz
udpastcp-86479c068dabe34e7ab3568b8c2d5494b322bbda.zip
Update README to reflect dead-ness.HEADmaster
-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.