You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
Great! but not easy to implement because of the uniqueness of the wg protocol (stateless) or this would require some upstream modifications in network-manager (details on duplicated closed issue #34 and #21)
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?)
The text was updated successfully, but these errors were encountered: