https://github.com/catvec/wgd
Wireguard configuration tool.
https://github.com/catvec/wgd
Last synced: 7 months ago
JSON representation
Wireguard configuration tool.
- Host: GitHub
- URL: https://github.com/catvec/wgd
- Owner: catvec
- License: mit
- Created: 2020-07-18T16:00:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T06:45:15.000Z (about 5 years ago)
- Last Synced: 2025-05-04T01:02:16.756Z (11 months ago)
- Language: Go
- Size: 3.57 MB
- Stars: 1
- Watchers: 2
- 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.