Happylife

Results 5 comments of Happylife

> {"server":"0.0.0.0", > "server_port":0000, > "method":"aes-256-gcm", > "timeout":300, > "password":"", > "fast_open":false, > "nameserver":"8.8.8.8", > "mode":"tcp_and_udp", > "plugin":"v2ray-plugin", > "plugin_opts":"server" > } Thank you for your reply, according to your...

Only restart the machine service to start normally, but if you restart the shadowsocks service, it will not start again, unless the machine is restarted

> pkill v2ray-plugin then restart ss Your method works, but it's a bit troublesome, thank you

> Server address: 0.0.0.0, server port: modify by yourself, generally there is no problem。 > If you want to make ss restart automatically, you can refer to: > vi /etc/systemd/system/shadowsocks-libev.service...

> The problem is that v2ray-plugin may reside in memory > > ``` > [Unit] > Description=Shadowsocks-libev Server > After=network.target > > [Service] > Type=simple > pkill v2ray-plugin > ExecStart=/usr/local/bin/ss-server...