From 59b8df8896d3c435a14dd0a16a041d21ded83b87 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 6 Aug 2015 00:22:01 +0800 Subject: [PATCH] Updated Manage Multiple Ports (markdown) --- Manage-Multiple-Ports.md => Manage-Multiple-Users.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename Manage-Multiple-Ports.md => Manage-Multiple-Users.md (84%) diff --git a/Manage-Multiple-Ports.md b/Manage-Multiple-Users.md similarity index 84% rename from Manage-Multiple-Ports.md rename to Manage-Multiple-Users.md index 44ca70c..1e2fabb 100644 --- a/Manage-Multiple-Ports.md +++ b/Manage-Multiple-Users.md @@ -1,6 +1,8 @@ +Note: this feature is currently in progress on `manager` branch and not 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. -Note: this feature is currently in progress on `manager` branch and not released yet. +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 -----