TongxiJi / shadowsocks-java

shadowsocks server base on netty4 , tcp & udp full support,
MIT License
275 stars 77 forks source link

[功能]多用户 #2

Closed yiding-he closed 6 years ago

yiding-he commented 6 years ago

希望能添加多用户的配置,单端口多用户或单端口单用户。

TongxiJi commented 6 years ago

单端口多用户的话,要扩展ss协议的, 客户端也要改.还是罢了吧. 多端口多用户我会增加一下.

TongxiJi commented 6 years ago

单端口单用户支持了

{
  "server": "0.0.0.0",
  "port_password": {
    "443": "889900",
    "444": "889900"
  },
  "method": "aes-256-cfb"
}