Skip to content

Commit

Permalink
add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Jul 25, 2024
1 parent 039db03 commit bbd7413
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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.

0 comments on commit bbd7413

Please sign in to comment.