Created
February 13, 2024 06:34
-
-
Save elliotwutingfeng/5cce128ca54c064340b1a024ad7216ea to your computer and use it in GitHub Desktop.
Fix broken network connection after unclean termination of ProtonVPN connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/usr/bin/sh | |
# List all active connections | |
nmcli connection show --active | |
# Delete any dangling connections that are related to protonvpn | |
# Usually it is `pvpn-ipv6leak-protection` | |
nmcli connection delete pvpn-ipv6leak-protection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment