Wireguard VPN connection should not go down when underlying wired/wifi connection goes down.
mateusza opened this issue · 1 comments
mateusza commented
Wireguard has ability to automatically restore connection once client (or server!) changes its IP. Regular wg-quick works fine when I disconnect from one network and connect to another - all my SSH sessions are stalled for a second but then they work fine. This plugins disconnects the WireGuard VPN connection when the underlying connection is down.
(Might be that this is something NM does for every VPN and there is nothing to do about it?)