triggerfishab / lisa-cli

0 stars 0 forks source link

activate VPN sendgrid.js in terminal if not already connected #68

Open crispyabsurdist opened 8 months ago

crispyabsurdist commented 8 months ago

PR Summary

These changes are designed to improve the software's reliability, troubleshoot ability, and user experience, especially in terms of network stability and location-based operation controls.

Dev's Notes

Short text about what has been done in this feature branch. Copy the same info that has been added to CHANGELOG.md

ToDo

what-the-diff[bot] commented 8 months ago

PR Summary

lissmeister commented 7 months ago

Looking good, but have a look at listing the available vpn connections and allow the user to select the right one from a list.

scutil --nc list | grep -o '"[^"]*"'

crispyabsurdist commented 7 months ago

Looking good, but have a look at listing the available vpn connections and allow the user to select the right one from a list.

scutil --nc list | grep -o '"[^"]*"'

implemented!