mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 04:00:42 +00:00
new feature multi user auth with socks5
This commit is contained in:
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…
x
Reference in New Issue
Block a user