diff --git a/content/fix-pvpn-killswitch.md b/content/fix-pvpn-killswitch.md index 789c836d68..44616b4259 100644 --- a/content/fix-pvpn-killswitch.md +++ b/content/fix-pvpn-killswitch.md @@ -21,9 +21,15 @@ tableOfContents: true ProtonVPN's kill switch will disable internet connectivity when you are not connected to a VPN server. This ensures the true IP address if your computer is never leaked to the internet. If the kill switch is set to `Permanent`, then your computer will be unable to connect to the internet, even if ProtonVPN isn't running (i.e., at system start up), the GUI application becomes inaccessible, or if ProtonVPN was improperly removed from the system. -![ProtonVPN Kill Switch](images/fix-pvpn-killswitch/proton-killswitch.png) +![ProtonVPN Settings](images/fix-pvpn-killswitch/ProtonVPN-Settings.png) -> ℹ️ ProtonVPN installs to the entire system; not just for a single user. If ProtonVPN is installed under another user account and has the kill switch enabled, other users will not be able to connect to the internet until ProtonVPN connects to a server. +![ProtonVPN Kill switch](images/fix-pvpn-killswitch/ProtonVPN-Killswitch.png) + +> **NOTE:** ProtonVPN installs to the entire system; not just for a single user. If ProtonVPN is installed under another user account and has the kill switch enabled, other users will not be able to connect to the internet until ProtonVPN connects to a server. + + + ## Permanent Kill Switch Persists After System Refresh Pop!\_OS's [Refresh Install](/articles/pop-recovery) feature is a convenient tool for recovering a broken installation while preserving some of the user's data. diff --git a/static/images/fix-pvpn-killswitch/ProtonVPN-Killswitch.png b/static/images/fix-pvpn-killswitch/ProtonVPN-Killswitch.png new file mode 100644 index 0000000000..73e8baaf6e Binary files /dev/null and b/static/images/fix-pvpn-killswitch/ProtonVPN-Killswitch.png differ diff --git a/static/images/fix-pvpn-killswitch/ProtonVPN-Settings.png b/static/images/fix-pvpn-killswitch/ProtonVPN-Settings.png new file mode 100644 index 0000000000..410fe78763 Binary files /dev/null and b/static/images/fix-pvpn-killswitch/ProtonVPN-Settings.png differ