https://github.com/learnitall/greedydhcp
https://github.com/learnitall/greedydhcp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/learnitall/greedydhcp
- Owner: learnitall
- Created: 2024-09-11T17:17:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T22:21:00.000Z (11 months ago)
- Last Synced: 2025-07-20T03:00:18.517Z (8 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# greedydhcp
Run a DHCP client that continually requests the same address(es).
Edit the `TARGET_ADDRS` environment variable to be a CSV of
the desired addressrs and run on the host.
When a lease for a target address is acquired, it will be held
by the binary but it will not be bound to an interface or used by
the host in any way.