update sing-box core

This commit is contained in:
wyx2685
2025-03-06 23:54:00 +09:00
parent 0b155bbf89
commit 95263fea99
5 changed files with 57 additions and 133 deletions

View File

@@ -138,9 +138,5 @@ func (b *Sing) DelUsers(users []panel.UserInfo, tag string, info *panel.NodeInfo
if err != nil {
return err
}
err = b.hookServer.CloseConnections(tag, uuids)
if err != nil {
return err
}
return nil
}