mirror of https://github.com/ehang-io/nps
new feature multi user auth with socks5
parent
fce53fa308
commit
5e55b761cf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue