From bf13da353eded79629040a81ad617f4135b63db0 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Sat, 1 Mar 2025 17:09:45 -0300 Subject: [PATCH] VPN Invite feature implemented --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbbc563..e27622e 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file Displays a comprehensive list of peers, including their status and other details, allowing for easy monitoring and management of WireGuard VPN connections. ![Wireguard Peer List](screenshots/peerlist.png) +### Peer Details: +Displays key peer information, detailed metrics, and a complete traffic volume history. Also includes a QR code for easy configuration. +![WireGuard Peer Details](screenshots/peerinfo.png) + ### VPN Invite Generates secure, time-sensitive VPN invites for easy configuration sharing via email or WhatsApp, complete with QR code and configuration file options. ![VPN Invite](screenshots/vpninvite.png) -### Peer Details: -Displays key peer information, detailed metrics, and a complete traffic volume history. Also includes a QR code for easy configuration. -![WireGuard Peer Details](screenshots/peerinfo.png) ### Firewall Management Offers a comprehensive interface for managing VPN firewall rules, enabling users to easily create, edit, and delete rules with iptables-style syntax. This feature ensures precise control over network traffic, enhancing security and connectivity for WireGuard VPN instances. ![Firewall Rule List](screenshots/firewall-rule-list.png)