From 206df4b69f48e2cc314e4eea710ae085abfdaa9c Mon Sep 17 00:00:00 2001 From: xtaci Date: Fri, 4 Nov 2016 10:55:36 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 216734b..d969d1a 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ 客户端、服务器分别**下载**对应平台的二进制压缩包,并**解压**,通过下面的命令**启动**端口转发。 ``` -服务器: ./server_linux_amd64 -t "服务器IP地址:8388" -l ":4000" -客户端: ./client_darwin_amd64 -r "服务器IP地址:4000" -l ":8388" +服务器: ./server_linux_amd64 -t "服务器IP地址:8388" -l ":4000" -mode fast2 +客户端: ./client_darwin_amd64 -r "服务器IP地址:4000" -l ":8388" -mode fast2 ``` 以上命令可以实现8388/tcp端口的转发(通过4000/udp端口)。 From 8e74cf410c0790e7e372f9a2e25295c79e2f92a9 Mon Sep 17 00:00:00 2001 From: xtaci Date: Fri, 4 Nov 2016 10:56:03 +0800 Subject: [PATCH 2/2] Update README.en.md --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 696ddab..0833fb3 100644 --- a/README.en.md +++ b/README.en.md @@ -30,8 +30,8 @@ A tool for converting tcp stream into kcp+udp stream, :zap: ***[download address ### *QuickStart* :lollipop: Client, server, respectively, download the corresponding platform binary compression package, and extract, through the following command to start port forwarding. ``` -Server: ./server_linux_amd64 -t "SERVER_IP:8388" -l ":4000" -Client: ./client_darwin_amd64 -r "SERVER_IP:4000" -l ":8388" +Server: ./server_linux_amd64 -t "SERVER_IP:8388" -l ":4000" -mode fast2 +Client: ./client_darwin_amd64 -r "SERVER_IP:4000" -l ":8388" -mode fast2 ``` The above command can establish 8388/tcp port forwarding (through 4000/udp port).