Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/wgipam
Command wgipamd implements an IP Address Management (IPAM) daemon for dynamic IP address assignment to WireGuard peers, using the wg-dynamic protocol. Apache 2.0 Licensed.
https://github.com/mdlayher/wgipam
golang linux networking wg-dynamic wireguard
Last synced: about 1 month ago
JSON representation
Command wgipamd implements an IP Address Management (IPAM) daemon for dynamic IP address assignment to WireGuard peers, using the wg-dynamic protocol. Apache 2.0 Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/wgipam
- Owner: mdlayher
- License: other
- Created: 2019-06-29T15:26:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T05:07:01.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T06:26:15.013Z (5 months ago)
- Topics: golang, linux, networking, wg-dynamic, wireguard
- Language: Go
- Homepage:
- Size: 1.89 MB
- Stars: 28
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wgipam [![builds.sr.ht status](https://builds.sr.ht/~mdlayher/wgipam.svg)](https://builds.sr.ht/~mdlayher/wgipam?) [![GoDoc](https://godoc.org/github.com/mdlayher/wgipam?status.svg)](https://godoc.org/github.com/mdlayher/wgipam) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/wgipam)](https://goreportcard.com/report/github.com/mdlayher/wgipam)
Command `wgipamd` implements an IP Address Management (IPAM) daemon for dynamic
IP address assignment to WireGuard peers, using the wg-dynamic protocol.For more information about wg-dynamic, please see:
.This project is not affiliated with the WireGuard or wg-dynamic projects.
Apache 2.0 Licensed.
## Overview
This is an experimental project to build an extensible and robust IP address
allocation and assignment system for WireGuard peers, that operates using the
wg-dynamic protocol. No guarantees are made about the project's stability or
reliability.