shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: multiuser support

sllzwsgdsg opened this issue · comments

请问 go-shadowsocks2 支持多用户和多端口模式吗?
The go-shadowsocks2 support multi-user and multi port mode?
比如读取这种config.json的配置文件的形式?
like useing this config.json conf file?
{
"port_password": {
"9998": "xxxx",
"9999": "xxxx"
},
"server": "0.0.0.0",
"timeout": 300,
"method": "aes-256-gcm",
"fast_open": true
}

i ask if it now supported multi password?

commented

i ask if it now supported multi password?

Hi guy,I will write a shadowsocks-auth which could support multi user in single-port! please continue to pay attention😄

i ask if it now supported multi password?

Hi guy,I will write a shadowsocks-auth which could support multi user in single-port! please continue to pay attention😄

good luck to you