From 746aefa70ad2d119103f45e24445b72e69789a36 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 11 Aug 2017 06:54:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4023a56..b6dfa63 100755 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Assume your UDP is blocked or being QOS-ed or just poorly supported. Assume your ./udp2raw_amd64 -s -l0.0.0.0:4096 -r 127.0.0.1:7777 -a -k "passwd" --raw-mode faketcp ``` -Now, the client and the server have established a tunnel through TCP port 4096. Connecting to UDP port 3333 at the client side is equivalent to connecting to port 7777 at the server side. No UDP traffic will be exposed. +Now,an encrypted raw tunnel has been established between client and server through TCP port 4096. Connecting to UDP port 3333 at the client side is equivalent to connecting to port 7777 at the server side. No UDP traffic will be exposed. # Advanced Topic ### Usage