From 9798bf496abcdcce2c855b0735f4d45fdfcd2977 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 30 Oct 2017 08:41:54 -0700 Subject: [PATCH 1/6] Update README.zh-cn.md --- doc/README.zh-cn.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index 5a0ef6c..865a6b1 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -12,7 +12,9 @@ udp2raw tunnel,通过raw socket给UDP包加上TCP或ICMP header,进而绕过 [udp2raw+finalspeed step_by_step教程](finalspeed_step_by_step.md) -如果你需要加速跨国网游、网页浏览,解决方案在另一个repo: +udp2raw不是加速器,只是一个帮助你绕过UDP限制的工具。如果你需要UDP加速器,请看UDPspeeder。 + +UDPspeeder的repo: https://github.com/wangyu-/UDPspeeder # 支持的平台 From e332cabfed4bfc50a19396fa9f04cb54bb086439 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 30 Oct 2017 08:42:21 -0700 Subject: [PATCH 2/6] Update README.zh-cn.md --- doc/README.zh-cn.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index 865a6b1..8e483dd 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -12,6 +12,8 @@ udp2raw tunnel,通过raw socket给UDP包加上TCP或ICMP header,进而绕过 [udp2raw+finalspeed step_by_step教程](finalspeed_step_by_step.md) +**提示:** + udp2raw不是加速器,只是一个帮助你绕过UDP限制的工具。如果你需要UDP加速器,请看UDPspeeder。 UDPspeeder的repo: From a0bfa8669945f1e94f8210eb23162da775ab0619 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 30 Oct 2017 08:42:38 -0700 Subject: [PATCH 3/6] Update README.zh-cn.md --- doc/README.zh-cn.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index 8e483dd..ba38279 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -4,8 +4,6 @@ udp2raw tunnel,通过raw socket给UDP包加上TCP或ICMP header,进而绕过 支持心跳保活、自动重连,重连后会恢复上次连接,在底层掉线的情况下可以保持上层不掉线。同时有加密、防重放攻击、信道复用的功能。 -**欢迎任何形式的转载** - [English](/README.md) [udp2raw+kcptun step_by_step教程](kcptun_step_by_step.md) From ce7b89f6b6282a8719406044ce1888d907f72fa1 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 30 Oct 2017 20:22:42 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 520365f..ef30f6c 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/tinyFecVPN/ShadowVPN are confirmed to be supported。 ![image0](images/image0.PNG) From 6b27f8624d1639b3e9f9bba0f4d9806e65b2d806 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 30 Oct 2017 20:24:53 -0700 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef30f6c..6fe2f2a 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/tinyFecVPN/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 my [tinyFecVPN](https://github.com/wangyu-/tinyFecVPN) are confirmed to be supported。 ![image0](images/image0.PNG) From 66b2bb87c5f5a995039bd2c66cd33b0af74bb3a6 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 30 Oct 2017 20:25:17 -0700 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe2f2a..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 and my [tinyFecVPN](https://github.com/wangyu-/tinyFecVPN) 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)