From c898415042148bf86d5e9f6e8cd09c5353f13faf Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 6 Aug 2015 01:08:39 +0800 Subject: [PATCH] Updated Manage Multiple Users (markdown) --- Manage-Multiple-Users.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Manage-Multiple-Users.md b/Manage-Multiple-Users.md index 5ad68b4..cfc0bac 100644 --- a/Manage-Multiple-Users.md +++ b/Manage-Multiple-Users.md @@ -1,13 +1,13 @@ -Note: this feature is currently in progress on `manager` branch and not released yet. +Note: this feature is currently in progress on `manager` branch and has not been released yet. -If you want to develop a user management system, Shadowsocks provides an API that allows you to add/remove ports on the fly, as well as get transfer statistics from Shadowsocks. +If you want to build a user management system, Shadowsocks provides an API that allows you to add/remove ports on the fly, as well as get transfer statistics from Shadowsocks. If you only want to add multiple users without the on the fly feature, you can check [this tutorial](https://github.com/shadowsocks/shadowsocks/wiki/Configure-Multiple-Users). Setup ----- -Turn on manager API by specifying `--manager-address`, which is either a Unix socket or an IP address: +Enable manager API by specifying `--manager-address`, which is either a Unix socket or an IP address: ``` # Use a Unix socket ssserver --manager-address /var/run/shadowsocks-manager.sock -c tests/server-multi-passwd.json