new feature multi user auth with socks5

pull/208/head
zhangwei 2019-09-10 23:15:38 +08:00
parent fce53fa308
commit 5e55b761cf
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ func dealTunnel(s string) *file.Tunnel {
case "strip_pre":
t.StripPre = item[1]
case "multi_user":
// TODO 解析多账号配置文件
// TODO add test with multi user config file
t.Client.Cnf.MultiUser = true
if b, err := common.ReadAllFromFile(item[1]); err != nil {
panic(err)