1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-29 12:28:36 +08:00

Updated 使用教程 (markdown)

cnlh 2018-11-05 01:41:26 +08:00
parent 973991d32c
commit 04cdd3e94c

@ -43,7 +43,7 @@ server {
3. 在服务端启动easyProxy 3. 在服务端启动easyProxy
``` ```
./rproxy -mode server -vkey DKibZF5TXvic1g3kY -tcpport=8284 -httpport=8024 ./easyProxy -mode server -vkey DKibZF5TXvic1g3kY -tcpport=8284 -httpport=8024
``` ```
4. 在客户端建立配置文件,示例如下 4. 在客户端建立配置文件,示例如下
@ -84,6 +84,6 @@ server {
``` ```
./rproxy -config config.json ./easyProxy -config config.json
``` ```