For example, Cloud and Tifa, two AVALANCHE members, are planning to deploy shadowsocks-libev
services on the same VPS to bypass the firewall of Shinra Inc. In this case, they could simply create cloud.json
and tifa.json
configurations with different ports, passwords and encryption methods in /etc/shadowsocks-libev
directory. Then enable and start the systemd
services using the following commands:
sudo systemctl enable [email protected] --now sudo systemctl enable [email protected] --now
The status of shadowsocks-libev
instances could be checked with the following commands:
sudo systemctl status [email protected] sudo systemctl status [email protected]
You can start shadowsocks-libev instances with the following commands:
sudo systemctl start [email protected] sudo systemctl start [email protected]
References
https://blog.zzhou612.com/2019/02/15/configure-multiple-users-for-shadowsocks-libev/