Skip to content

Commit 8fe6097

Browse files
committed
#23: Add preference to hide specific VPN
Add documentation in README
1 parent 8c155f1 commit 8fe6097

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,14 @@ With the above example, if the current Wi-Fi network SSID is `OneSSID`, `SecondS
6868
If the Wi-Fi network SSID is, say, `FourthSSID`, the VPN service **will** autoconnect, because it is not on the list.
6969

7070
Note that SSIDs **are** case-sensitive.
71+
72+
73+
# Hide VPNs
74+
75+
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.
76+
77+
By default, VPNStatus will hide the Little Snitch content filter configuration. You can override the preference to hide more VPN configurations. Example:
78+
79+
```
80+
defaults write org.timac.VPNStatus IgnoredVPNs "Little Snitch,HiddenVPN,AnotherHiddenVPN"
81+
```

0 commit comments

Comments
 (0)