pyy

Results 3 comments of pyy
trafficstars

systemd file for OpenSUSE 15.2 as a example: ``` [Unit] Description=Daemon to start shadowsocks-rust-server Wants=network-online.target After=network.target [Service] Type=simple ExecStart=/usr/bin/ssserver --log-without-time -c /etc/shadowsocks-rust/config.json Restart=always [Install] WantedBy=multi-user.target ``` Ref: #554

Same error. check this v1.4.2 which works on Big Sur 11.2.3. https://github.com/teddysun/xray-plugin/releases/tag/v1.4.2 based on Xray (Mozilla Public License Version 2.0)

update v2ray-core to v4.39.1 (**MIT License**) could solve this problem. see pull request: https://github.com/shadowsocks/v2ray-plugin/pull/245