From 9b31b71cb52d8bdb28a9676f5cdcd8703471a541 Mon Sep 17 00:00:00 2001 From: xtaci Date: Tue, 24 Jan 2017 00:37:07 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b94b07..4c5b20a 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ A tool for converting TCP stream into KCP stream, [Download Now!](https://github ### QuickStart ``` -Client: ./client_darwin_amd64 -r "SERVER_IP:4000" -l ":8388" -mode fast2 -Server: ./server_linux_amd64 -t "TARGET_IP:8388" -l ":4000" -mode fast2 +KCP Client: ./client_darwin_amd64 -r "SERVER_IP:4000" -l ":8388" -mode fast2 +KCP Server: ./server_linux_amd64 -t "TARGET_IP:8388" -l ":4000" -mode fast2 ``` The above command can establish 8388/tcp port forwarding (through 4000/udp port).