From 52cdc6a8a00a442d77486624589a8d98501deabf Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Mon, 2 Mar 2026 14:24:03 +0300 Subject: [PATCH 1/3] Add amneziawg-installer to Terminal / CLI section One-command installer and manager for AmneziaWG 2.0 (obfuscated WireGuard) VPN on Ubuntu, with DPI traffic bypass, client management, and auto-hardening. GitHub: https://github.com/bivlked/amneziawg-installer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b3694f..cc2c8f0 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,8 @@ _Source: [Official WireGuard project website](https://www.wireguard.com/)_ - [muiquq/wgcfghelp](https://github.com/muqiuq/wgcfghelp) - Lightweight single binary CLI tool, roadwarrior peer management, config file generator, QR code image generator, MikroTik command generator. ![GitHub last commit](https://img.shields.io/github/last-commit/muqiuq/wgcfghelp?style=flat-square&color=informational) :green_circle: - [AndrianBdn/wg-cmd](https://github.com/AndrianBdn/wg-cmd) - WG Commander is a TUI for a simple WireGuard VPN setup. UI, QR Codes, Setup Wizard in the terminal. ![GitHub last commit](https://img.shields.io/github/last-commit/AndrianBdn/wg-cmd?style=flat-square&color=informational) :green_circle: +- [amneziawg-installer](https://github.com/bivlked/amneziawg-installer) - One-command installer and manager for AmneziaWG 2.0 (obfuscated WireGuard) VPN on Ubuntu, with DPI traffic bypass, client management, and auto-hardening. +![GitHub last commit](https://img.shields.io/github/last-commit/bivlked/amneziawg-installer?style=flat-square&color=informational) :green_circle: #### Web From 2a179e99139a8960979d56b6950329c977cf5e44 Mon Sep 17 00:00:00 2001 From: Ivan Bondarev <50226185+bivlked@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:38:40 +0300 Subject: [PATCH 2/3] Update description: add Debian support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2c8f0..779bbe0 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ _Source: [Official WireGuard project website](https://www.wireguard.com/)_ - [muiquq/wgcfghelp](https://github.com/muqiuq/wgcfghelp) - Lightweight single binary CLI tool, roadwarrior peer management, config file generator, QR code image generator, MikroTik command generator. ![GitHub last commit](https://img.shields.io/github/last-commit/muqiuq/wgcfghelp?style=flat-square&color=informational) :green_circle: - [AndrianBdn/wg-cmd](https://github.com/AndrianBdn/wg-cmd) - WG Commander is a TUI for a simple WireGuard VPN setup. UI, QR Codes, Setup Wizard in the terminal. ![GitHub last commit](https://img.shields.io/github/last-commit/AndrianBdn/wg-cmd?style=flat-square&color=informational) :green_circle: -- [amneziawg-installer](https://github.com/bivlked/amneziawg-installer) - One-command installer and manager for AmneziaWG 2.0 (obfuscated WireGuard) VPN on Ubuntu, with DPI traffic bypass, client management, and auto-hardening. +- [amneziawg-installer](https://github.com/bivlked/amneziawg-installer) - One-command installer and manager for AmneziaWG 2.0 (obfuscated WireGuard) VPN on Ubuntu & Debian, with DPI traffic bypass, client management, and auto-hardening. ![GitHub last commit](https://img.shields.io/github/last-commit/bivlked/amneziawg-installer?style=flat-square&color=informational) :green_circle: #### Web From a075768b82a4d722e5f65ef1b8fa1cc218e42462 Mon Sep 17 00:00:00 2001 From: Ivan Bondarev <50226185+bivlked@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:39:04 +0000 Subject: [PATCH 3/3] Update description: add Debian support --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 779bbe0..b12304d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Awesome WireGuard [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re)
@@ -364,7 +363,7 @@ Beside Jason Donenfeld's implementation of the WireGuard protocol, written in C - [How to easily configure WireGuard](https://www.stavros.io/posts/how-to-configure-wireguard/) - [Getting Started with WireGuard](https://miguelmota.com/blog/getting-started-with-wireguard/) -- [What They Don’t Tell You About Setting Up A WireGuard VPN](https://dev.to/tangramvision/what-they-don-t-tell-you-about-setting-up-a-wireguard-vpn-1h2g) +- [What They Don't Tell You About Setting Up A WireGuard VPN](https://dev.to/tangramvision/what-they-don-t-tell-you-about-setting-up-a-wireguard-vpn-1h2g) - [Building a simple VPN with WireGuard with a Raspberry Pi as Server](https://snikt.net/blog/2020/01/29/building-a-simple-vpn-with-wireguard-with-a-raspberry-pi-as-server/) - [Setting up a home VPN server with Wireguard (macOS)](https://mikkel.hoegh.org/2019/11/01/home-vpn-server-wireguard/) - [Creating a VPN Gateway with a Unikernel running WireGuard](https://nanovms.com/dev/tutorials/running-nanos-wireguard-vpn-gateway)