Skip to content

Commit

Permalink
#23: Add preference to hide specific VPN
Browse files Browse the repository at this point in the history
Add documentation in README
  • Loading branch information
Timac committed Apr 14, 2023
1 parent 8c155f1 commit 8fe6097
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,14 @@ With the above example, if the current Wi-Fi network SSID is `OneSSID`, `SecondS
If the Wi-Fi network SSID is, say, `FourthSSID`, the VPN service **will** autoconnect, because it is not on the list.

Note that SSIDs **are** case-sensitive.


# Hide VPNs

There are some VPN configurations that you might not want to see in VPNStatus. This is the case of third-party content filter configurations like Little Snitch.

By default, VPNStatus will hide the Little Snitch content filter configuration. You can override the preference to hide more VPN configurations. Example:

```
defaults write org.timac.VPNStatus IgnoredVPNs "Little Snitch,HiddenVPN,AnotherHiddenVPN"
```

0 comments on commit 8fe6097

Please sign in to comment.