From 8eae542ef43c1ebd0f4fb6c662419ba63f4e842a Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 1 Jul 2014 12:24:19 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20=E7=94=A8=20Supervisor=20=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=20Shadowsocks=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 用-Supervisor-运行-Shadowsocks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/用-Supervisor-运行-Shadowsocks.md b/用-Supervisor-运行-Shadowsocks.md index 90b02a9..fba8a85 100644 --- a/用-Supervisor-运行-Shadowsocks.md +++ b/用-Supervisor-运行-Shadowsocks.md @@ -13,7 +13,7 @@ pip install shadowsocks ``` { - "server":"my ip", + "server":"0.0.0.0", "server_port":8388, "local_port":1080, "password":"my password", @@ -21,7 +21,7 @@ pip install shadowsocks "method":"aes-256-cfb" } ``` -记得改密码和端口,不要用默认的。 +记得改密码和服务端端口,不要用默认的。 - 3. 编辑 `/etc/supervisor/conf.d/shadowsocks.conf`