From a90a5980ac22b02e9a6cd5c50283f2afdd7fd7f4 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Mon, 31 Mar 2025 15:07:45 +0200 Subject: [PATCH] add 2fa as feature --- CHANGELOG.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015cf4f8..f54ce183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 We're super excited to announce v15! This update is an entire rewrite to make it even easier to set up your own VPN. +## Breaking Changes + +As the whole setup has changed, we recommend to start from scratch. And import your existing configs. + ## Major Changes - Almost all Environment variables removed @@ -26,6 +30,8 @@ This update is an entire rewrite to make it even easier to set up your own VPN. - Removed ARMv6 and ARMv7 support - Connections over HTTP require setting the `INSECURE` env var - Changed license from CC BY-NC-SA 4.0 to AGPL-3.0-only +- Added 2FA using TOTP +- Improved mobile support ## [14.0.0] - 2024-09-04 diff --git a/README.md b/README.md index ec6718e7..3f389b8b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ You have found the easiest way to install & manage WireGuard on any Linux host! - Prometheus metrics support - IPv6 support - CIDR support +- 2FA support > [!NOTE] > To better manage documentation for this project, it has its own site here: [https://wg-easy.github.io/wg-easy/latest](https://wg-easy.github.io/wg-easy/latest)