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 year 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T05:07:01.000Z (over 6 years ago)
- Last Synced: 2025-03-25T10:36:42.186Z (over 1 year ago)
- Topics: golang, linux, networking, wg-dynamic, wireguard
- Language: Go
- Homepage:
- Size: 1.89 MB
- Stars: 29
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wgipam [](https://builds.sr.ht/~mdlayher/wgipam?) [](https://godoc.org/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.