shadowsocks-rust
shadowsocks-rust is a rust port of shadowsocks.
shadowsocks is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes.
- Developed at server:proxy
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/shadowsocks-rust && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000754 754 Bytes | |
shadowsocks-rust-1.17.1.tar.gz | 0000311414 304 KB | |
shadowsocks-rust-client.service | 0000000745 745 Bytes | |
shadowsocks-rust-manager.service | 0000000749 749 Bytes | |
shadowsocks-rust-server.service | 0000000746 746 Bytes | |
shadowsocks-rust.changes | 0000005999 5.86 KB | |
shadowsocks-rust.json | 0000000272 272 Bytes | |
shadowsocks-rust.spec | 0000003631 3.55 KB | |
vendor.tar.gz | 0098663166 94.1 MB |
Comments 1
Hi,
systemctl start shadowsocks-rust-server.service
failed due to permission denied access to/etc/shadowsocks/shadowsocks-rust.json
.The service is running as
shadowsocks:shadowsocks
, and the directory/etc/shadowsocks
has permission 640 with ownerroot:shadowsocks
. Soshadowsocks
group cannot access files in/etc/shadowsocks
directory.chmod g+x /etc/shadowsocks
solves this issue.