diff --git a/README.md b/README.md index 5457bf531..c85aa5147 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ _采用极简设计,客户端+服务器源码总共400行,方便用户自 ### *快速设定* :lollipop: ``` -./server_linux_amd64 -t "127.0.0.1:1080" -l ":554" -sndwnd 2048 -rcvwnd 2048 -mode fast2 -./client_darwin_amd64 -r "IP地址:554" -l ":1080" -sndwnd 256 -rcvwnd 2048 -mode fast2 +服务器: ./server_linux_amd64 -t "127.0.0.1:1080" -l ":554" -mode fast2 // 转发到本地1080端口 +客户端: ./client_darwin_amd64 -r "IP地址:554" -l ":1080" -mode fast2 // 监听本地1080端口 ``` ### *使用の方法* :lollipop: