#personal #port #shadowsocks #vpn #proxy #proxy-server

bin+lib shadowsocks-rs

Rust 语言编写的 shadowsocks 的个人端口

16 个版本 (8 个破坏性版本)

0.9.0 2021 年 9 月 12 日
0.8.3 2021 年 5 月 29 日
0.7.0 2021 年 1 月 2 日
0.6.0 2020 年 9 月 9 日
0.1.0 2017 年 11 月 26 日

#8 in #shadowsocks

每月下载量 42

MIT 许可证

37KB
905

shadowsocks-rs

Build crate License

shadowsocks 的简约端口,仅保留基本功能以供个人使用。

安装

使用 cargo。

cargo install shadowsocks-rs

获取最新版本:最新发布

配置

config.json

{
	"server_addr": "0.0.0.0:9006",
	"password": "password",
	"local_addr": "0.0.0.0:6009",
	"method": "aes-256-cfb"
}

使用方法

服务器

RUST_LOG=info ssserver -c config.json

安装 客户端,使用您的配置连接到您的服务器,完成!

许可证

所有源代码均在 MIT 许可证 下授权。

依赖项

~9–19MB
~261K SLoC