From 38bd11978d3eed8fedd3f285bfd784ec7f43309b Mon Sep 17 00:00:00 2001 From: David Bieregger <46626041+BierDav@users.noreply.github.com> Date: Fri, 7 Apr 2023 11:28:38 +0200 Subject: [PATCH] Update README.md Add an note for Ubuntu users with 22.04 and above, because the plugin doesn't work there. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 16c9561..c7e0574 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ This project is a VPN Plugin for NetworkManager that handles client-side WireGuard connections. It is based on the [OpenVPN Plugin](https://git.gnome.org/browse/network-manager-openvpn) and was started as a Bachelor's Thesis at [SBA Research](https://www.sba-research.org/). +## Users with Ubuntu >=22.04 +For users with Ubuntu >=22.04 there is a native way to achive a similar integration: +`nmcli connection import type wireguard file .conf` + +Form now on the wireguard VPN connection should now be present to Gnome. ## Guide