Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 913 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 913 Bytes

go-dhclient

CircleCI Codecov Go Report Card

go-dhclient is a DHCPv4 client library written in Go. It uses raw sockets and binds them to a specific interface. Callback functions are triggered on binding or expiration of a lease.

See main.go for example code.

Dependencies