Improve service stop

This commit is contained in:
世界
2024-03-15 16:25:20 +08:00
parent 95e9bc5fb2
commit 7098a84187
5 changed files with 32 additions and 16 deletions
@@ -262,6 +262,11 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
}
}
public func postServiceClose() {
reset()
tunnel.postServiceClose()
}
public func getSystemProxyStatus() -> LibboxSystemProxyStatus? {
let status = LibboxSystemProxyStatus()
guard let networkSettings else {