Updated Manage Multiple Users (markdown)
parent
eee708cd12
commit
c898415042
1 changed files with 3 additions and 3 deletions
|
@ -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).
|
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
|
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
|
# Use a Unix socket
|
||||||
ssserver --manager-address /var/run/shadowsocks-manager.sock -c tests/server-multi-passwd.json
|
ssserver --manager-address /var/run/shadowsocks-manager.sock -c tests/server-multi-passwd.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue