1
0
mirror of https://github.com/max-moser/network-manager-wireguard.git synced 2025-02-20 06:46:21 +03:00

Merge 38bd11978d3eed8fedd3f285bfd784ec7f43309b into 0e1124df9e97129c5e0d9996a2c3876ae18f01c4

This commit is contained in:
David Bieregger 2023-04-07 11:28:47 +02:00 committed by GitHub
commit 1e6f234cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <configuration_file>.conf`
Form now on the wireguard VPN connection should now be present to Gnome.
## Guide