From 8fe60978d8647caaecd2f26462200f07819ba96e Mon Sep 17 00:00:00 2001 From: Alexandre Colucci Date: Fri, 14 Apr 2023 09:10:32 +0200 Subject: [PATCH] #23: Add preference to hide specific VPN Add documentation in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 05e3b0e..d5b3fa4 100644 --- a/README.md +++ b/README.md @@ -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" +```