Skip to content

Instantly share code, notes, and snippets.

@elliotwutingfeng
Created February 13, 2024 06:34
Show Gist options
  • Save elliotwutingfeng/5cce128ca54c064340b1a024ad7216ea to your computer and use it in GitHub Desktop.
Save elliotwutingfeng/5cce128ca54c064340b1a024ad7216ea to your computer and use it in GitHub Desktop.
Fix broken network connection after unclean termination of ProtonVPN connection
!#/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