mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 11:56:53 +00:00
public key bug and multiuser enhancement and server ip support and config file of client optimization
This commit is contained in:
@@ -255,8 +255,8 @@ func GetTunnel(start, length int, typeVal string, clientId int, search string) (
|
||||
}
|
||||
|
||||
//获取客户端列表
|
||||
func GetClientList(start, length int, search string) (list []*file.Client, cnt int) {
|
||||
list, cnt = file.GetCsvDb().GetClientList(start, length, search)
|
||||
func GetClientList(start, length int, search string, clientId int) (list []*file.Client, cnt int) {
|
||||
list, cnt = file.GetCsvDb().GetClientList(start, length, search, clientId)
|
||||
dealClientData()
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user