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
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/shadowsocks-rust && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000754 754 Bytes | |
fix-boo-1223239.patch | 0000007649 7.47 KB | |
shadowsocks-rust-1.18.3.tar.gz | 0000444662 434 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 | 0000007401 7.23 KB | |
shadowsocks-rust.json | 0000000272 272 Bytes | |
shadowsocks-rust.spec | 0000003872 3.78 KB | |
vendor.tar.gz | 0099269719 94.7 MB |
Revision 7 (latest revision is 10)
Ana Guerrero (anag+factory)
accepted
request 1169688
from
Hillwood Yang (hillwood)
(revision 7)
(forwarded request 1169687 from hillwood)
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.