Wiki page wireguard changed with summary [created] by Daniel

This commit is contained in:
ORG-wiki 2023-08-06 06:26:30 +02:00
parent 9a21b8d18b
commit bfa6bf2c5d
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
====== WireGuard ======
[[https://www.wireguard.com/|WireGuard]]® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art [[https://www.wireguard.com/protocol/|cryptography]]. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
==== NetworkManager ====
Import you config file via the command below:
<code>
nmcli connection import type wireguard file laptop.conf
</code>
See also [[/en/server/services/wireguard#copy_file|wireguard tutorial]] to copy the configuration file on another device.