-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
039db03
commit bbd7413
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 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. | ||
|
||
## Features | ||
- API Management: Easily interact with WireGuard via RESTful API endpoints. | ||
- Axum Framework: Built using the high-performance and ergonomic Axum web framework. | ||
- WireGuard CLI Integration: Directly wraps and leverages the WireGuard command-line interface. | ||
- Key Generation: Generate and manage public/private key pairs seamlessly. | ||
- Configuration Handling: Create, update, and delete WireGuard configurations. |