Browse Source

new feature multi user auth with socks5

zhangwei 5 years ago
parent
commit
5e55b761cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/config/config.go

+ 1 - 1
lib/config/config.go

@@ -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)