Merge pull request #208 from arugal/master

support multi account auth with socks5
This commit is contained in:
he liu
2019-09-20 13:00:59 +08:00
committed by GitHub
8 changed files with 70 additions and 19 deletions

View File

@@ -488,6 +488,7 @@ loop:
tl.Password = t.Password
tl.LocalPath = t.LocalPath
tl.StripPre = t.StripPre
tl.MultiAccount = t.MultiAccount
if !client.HasTunnel(tl) {
if err := file.GetDb().NewTask(tl); err != nil {
logs.Notice("Add task error ", err.Error())