DefGuard / client

Best WireGuard desktop client with Multi-Factor Authentication
111 stars 10 forks source link

fix: handle active interface disconnect on quit #196

Closed wojcik91 closed 8 months ago

wojcik91 commented 8 months ago

Currently when pressing CMD+Q on macOS while a connection is active, the app shuts down without removing interfaces.

This adds an event handler to close all active connections.

wojcik91 commented 8 months ago

fixes https://github.com/DefGuard/client/issues/194