Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 754 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 754 Bytes

Wireguard VPN Configurator

This project provides multiple services that make rolling out wireguard configurations much easier.

Structure

There are multiple components in this repository:

  • api/: The API is the core of this project. It stores all the data and is the communication point for all the clients.
  • client/: The client is a tool for getting the latest configuration of a server or client automatically. It serves the purpose to automate the rollout process of wireguard configurations

Installation

For installation instructions see the Wiki Page

Development