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

A wireguard configuration builder with Web UI and GraphQL Rust Backend

Notifications You must be signed in to change notification settings

mkapra/vpnctrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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