Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望V2Ray的Shadowsocks协议加入像VMess协议那样,可以添加多个用户。 #1515

Closed
signigelchan opened this issue Jan 17, 2019 · 2 comments

Comments

@signigelchan
Copy link

signigelchan commented Jan 17, 2019

根据官方网站的说明文档,在服务端的config.json配置中加入了Shadowsocks协议,但是发现不能像VMess协议那样添加多个用户。
希望后续版本可以实现多个用户添加,实现不同用户的自定义配置。

比如这样:

"tag": "ss-in",
"port": 8899,
"protocol": "shadowsocks",
"settings": {
	"clients": [{
		"email": "love@v2ray.com",
		"method": "aes-128-cfb",
		"password": "123456",
		"level": 0,
		"ota": true,
		"network": "tcp"
	}, {
		"email": "lovee@v2ray.com",
		"method": "chacha20",
		"password": "654321",
		"level": 0,
		"ota": false,
		"network": "tcp"
	}, {
		"email": "loveee@v2ray.com",
		"method": "chacha20-ietf-poly1305",
		"password": "789012",
		"level": 0,
		"network": "tcp,udp"
	}]
}
@boypt
Copy link
Contributor

boypt commented Jan 17, 2019

shadowsocks协议没有用户概念。

@VictoriaRaymond
Copy link
Member

VictoriaRaymond commented Jan 17, 2019

V2Ray的Shadowsocks实现遵循Shadowsocks官方标准,现在有一个提议支持多用户,但还没有最终定稿。

shadowsocks/shadowsocks-org#130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants