mac: guard ports and sweep stale tunnels
This commit is contained in:
@@ -168,6 +168,10 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSXPCListenerDelegate
|
||||
PresenceReporter.shared.start()
|
||||
}
|
||||
Task { await HealthStore.shared.refresh(onDemand: true) }
|
||||
Task {
|
||||
let mode = AppStateStore.shared.connectionMode
|
||||
await PortGuardian.shared.sweep(mode: mode)
|
||||
}
|
||||
self.startListener()
|
||||
self.scheduleFirstRunOnboardingIfNeeded()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user