Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noah-huppert/wgd
Wireguard configuration tool.
https://github.com/noah-huppert/wgd
Last synced: about 1 month ago
JSON representation
Wireguard configuration tool.
- Host: GitHub
- URL: https://github.com/noah-huppert/wgd
- Owner: Noah-Huppert
- License: mit
- Created: 2020-07-18T16:00:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T06:45:15.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T13:03:34.077Z (7 months ago)
- Language: Go
- Size: 3.57 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wgd
Builds quality of life features on top of Wireguard.# Table Of Contents
- [Overview](#overview)
- [Development](#development)# Overview
This suite of tools tries to make it easy for users to join and be part of
a Wireguard network as well as for administrators to manage Wireguard networks.The suite is composed of two tools, each meant for different types of users:
- **Server**: Centralized registry of user information. Makes administering
the network easier.
- **Client**: GUI tool to help peers join and stay part of the network.Wgd is not for everyone. It is a set of opinionated tools which try to make it
easier for technical and non-technical users alike to use Wireguard. It is
designed for users who already trust each other and simply want to connect over
a VPN. Think of Wgd as a self hosted alternative to LogMeIn Hamachi.Linux, Windows, and Mac OS X will be supported.
# Development
See [`client/README.md`](./client/README.md) for instructions specific to the
client. As well as [`server/README.md`](./server/README.md) for the server.