Systemd service configuration for shadowsocks-libev transparent proxy client
Note
You'll need a server for your client to connect to. You can use shadowsocks-libev or any other shadowsocks implementation on your virtual machine.
-
Install shadowsocks-libev. Tested version is
v3.3.5. Make suress-redirprogram is executable. -
Clone this repository and create
pkg/.envfile (usepkg/example.envas an example) -
Execute
. ./install.sh
Manage your proxy as a normal systemd service:
- Start proxy:
systemctl start sstp - See proxy status:
systemctl status sstp - Stop proxy:
systemctl stop sstp - See recent logs:
journalctl -ru sstp.service