3.0.8, from repository.
Ubuntu 17.10 (GNU/Linux 4.13.0-25-generic x86_64)
Used an ipv6 address in config.json
systemctl enable shadowsocks-libev.service
ss-server start when system boot up
shadowsocks-libev.service failed with error code 255 when system boot up
ERROR: bind: Cannot assign requested address
ERROR: bind() error
shadowsocks-libev.service: Main process exited, code=exited, status=255/n/a
shadowsocks-libev.service: Unit entered failed state.
shadowsocks-libev.service: Failed with result 'exit-code'.
But when I restart it (systemctl restart shadowsocks-libev.service), no error occured.
{
"server":"0:0:0:0:0:0:0:0",
"server_port":8000,
"local_port":1080,
"password":"password",
"timeout":60,
"method":"aes-256-cfb"
}
"server":["0.0.0.0","::0"]
Most helpful comment
"server":["0.0.0.0","::0"]