From 04cdd3e94c70a97b0a133eb3074dbdba52cce721 Mon Sep 17 00:00:00 2001 From: cnlh <40694320+cnlh@users.noreply.github.com> Date: Mon, 5 Nov 2018 01:41:26 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E4=BD=BF=E7=94=A8=E6=95=99=E7=A8=8B?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 使用教程.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/使用教程.md b/使用教程.md index e0f7f08..328c9cf 100644 --- a/使用教程.md +++ b/使用教程.md @@ -43,7 +43,7 @@ server { 3. 在服务端启动easyProxy ``` -./rproxy -mode server -vkey DKibZF5TXvic1g3kY -tcpport=8284 -httpport=8024 +./easyProxy -mode server -vkey DKibZF5TXvic1g3kY -tcpport=8284 -httpport=8024 ``` 4. 在客户端建立配置文件,示例如下 @@ -84,6 +84,6 @@ server { ``` -./rproxy -config config.json +./easyProxy -config config.json ```