Timac / VPNStatus

VPNStatus, a replacement for macOS builtin VPN Status
https://blog.timac.org/2018/0719-vpnstatus/
MIT License
221 stars 31 forks source link

add support for ignoring autoconnection by SSID. #15

Closed cliss closed 2 years ago

cliss commented 2 years ago

Fixes #14.

@javamon01 is a friend of mine, and demanded begged for me to take a look at this.

I've tried to match the coding style that's there, but it's very different than mine, so I may not have done the best job. Sorry!

The meat of this is in ACConectionManager.m, but I've updated the README.md with the relevant details.

Please let me know if you'd like me to make any changes!

Timac commented 2 years ago

Thanks a lot @cliss for the feature! Don't worry about the coding style, that was my old Objective-C coding style… which is quite different from nowadays Swift coding style 🙂

I created a new version 1.2 with precompiled binaries ( https://github.com/Timac/VPNStatus/releases/tag/1.2 ) so @javamon01 can easily get the new feature.