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

@@ -83,7 +83,6 @@ func New(c *conf.CoreConfig) (vCore.Core, error) {
}
func (b *Sing) Start() error {
b.hookServer.Cleanup.Start(false)
return b.box.Start()
}