update to singbox v1.8.9

This commit is contained in:
Hiddify
2024-03-17 21:04:10 +01:00
parent 4bdcb7c4c9
commit b981ed590d
3 changed files with 26 additions and 23 deletions

View File

@@ -42,6 +42,9 @@ func (csh *CommandServerHandler) SetSystemProxyEnabled(isEnabled bool) error {
return csh.ServiceReload()
}
func (csh *CommandServerHandler) PostServiceClose() {
}
func startCommandServer(logFactory log.Factory) error {
logger := logFactory.NewLogger("[Command Server Handler]")
logger.Trace("Starting command server")