From b8002ec59cb65f1d5885aaf336383fe0b9bdd76e Mon Sep 17 00:00:00 2001 From: Eugene Michkov Date: Sat, 27 Jul 2024 13:37:25 +0300 Subject: [PATCH] readme: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2683121..34e4b05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Helios Agent Wireguard Server +# Helios | Agent Wireguard Server This project is an API server for managing WireGuard configurations, utilizing the Axum framework and interfacing directly with the WireGuard CLI. It provides a simple and efficient way to programmatically manipulate WireGuard settings, keys, and configurations. Whether you're automating VPN setup or managing multiple WireGuard instances, this server offers a powerful and flexible solution.