From 6a825dc51e511aae6a3e45058181962919eac1f7 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 30 Oct 2017 08:41:54 -0700 Subject: [PATCH] Update README.zh-cn.md --- README.md | 2 +- doc/README.zh-cn.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 520365f..569856a 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Tunnel which turns UDP Traffic into Encrypted FakeTCP/UDP/ICMP Traffic by using Raw Socket, helps you Bypass UDP FireWalls(or Unstable UDP Environment). It can defend Replay-Attack and supports Multiplexing. It also acts as a Connection Stabilizer. -When used alone,udp2raw tunnels only UDP traffic. Nevertheless,if you used udp2raw + any UDP-based VPN together,you can tunnel any traffic(include TCP/UDP/ICMP),currently OpenVPN/L2TP/ShadowVPN are confirmed to be supported。 +When used alone,udp2raw tunnels only UDP traffic. Nevertheless,if you used udp2raw + any UDP-based VPN together,you can tunnel any traffic(include TCP/UDP/ICMP),currently OpenVPN/L2TP/ShadowVPN and [tinyFecVPN](https://github.com/wangyu-/tinyFecVPN) are confirmed to be supported。 ![image0](images/image0.PNG) diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index 5a0ef6c..ba38279 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -4,15 +4,17 @@ udp2raw tunnel,通过raw socket给UDP包加上TCP或ICMP header,进而绕过 支持心跳保活、自动重连,重连后会恢复上次连接,在底层掉线的情况下可以保持上层不掉线。同时有加密、防重放攻击、信道复用的功能。 -**欢迎任何形式的转载** - [English](/README.md) [udp2raw+kcptun step_by_step教程](kcptun_step_by_step.md) [udp2raw+finalspeed step_by_step教程](finalspeed_step_by_step.md) -如果你需要加速跨国网游、网页浏览,解决方案在另一个repo: +**提示:** + +udp2raw不是加速器,只是一个帮助你绕过UDP限制的工具。如果你需要UDP加速器,请看UDPspeeder。 + +UDPspeeder的repo: https://github.com/wangyu-/UDPspeeder # 支持的平台