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
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/shadowsocks-rust && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000777 777 Bytes | |
reproducible.patch | 0000001722 1.68 KB | |
shadowsocks-rust-1.21.2.tar.gz | 0000496176 485 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 | 0000009374 9.15 KB | |
shadowsocks-rust.json | 0000000272 272 Bytes | |
shadowsocks-rust.spec | 0000003781 3.69 KB | |
vendor.tar.gz | 0084245103 80.3 MB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1225828
from
Hillwood Yang (hillwood)
(revision 11)
- Update version to 1.21.2 * supports generic I/O socket type * Support OpenBSD Packet-Filter (pf) * Fix bugs (forwarded request 1225827 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.