Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.