osy/Jitterbug

A way to stop the VPN tunnel from the app

fomalsd opened this issue · 2 comments

Thanks for the app!

Self-debugging starts a VPN tunnel but apparently never stops it.
Unfortunately VPN interferes with things like AirDrop and Universal Control.

It would be nice if there was a "Stop/Unpair" button ("Clear Pairing" doesn't stop the VPN)
Or stopping the tunnel automatically when the debugged app is closed (if there's a way to detect that)
without having to go into VPN settings each time.

Hmmm... shouldn't even need to wait for the app to close, right? Pretty sure that JIT remains enabled even after the debugger disconnects. So you could theoretically enable the VPN, connect the debugger, and then disconnect it immediately.

Yeah, you can still go into settings and disable VPN manually but it would be nice if Jitterbug itself would handle that