From ae50e9ab2ba7936ce196e5359209837b1f0babde Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 30 Jan 2025 11:24:43 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-wireguard.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/images/docker-wireguard.md b/docs/images/docker-wireguard.md index 7a5cbdfc0..d65f570a4 100644 --- a/docs/images/docker-wireguard.md +++ b/docs/images/docker-wireguard.md @@ -1,5 +1,9 @@ --- title: wireguard +tags: + - Network + - Vpn +description: "[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art 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." ---