From 7aede9edd07946932d145e2d7e15b8a2531669f9 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 25 Oct 2017 21:00:10 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f1a00..2ff0bb5 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # Udp2raw-tunnel -![image0](images/image0.PNG) + 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. It can tunnel any traffic when used together with a UDP-based VPN(such as OpenVPN).Check [this link](https://github.com/wangyu-/udp2raw-tunnel#tunneling-any-traffic-via-raw-traffic-by-using-udp2raw-openvpn) for more info. +![image0](images/image0.PNG) +or +![image_vpn](images/openvpn.PNG) + [简体中文](/doc/README.zh-cn.md) # Support Platforms