You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
`go-isc-dhcp` is a collection of management daemons and CLIs for the ISC DHCP server and client. The ISC DHCP server and client are built of two main components:
@@ -20,7 +22,27 @@ In a similar way, `go-isc-dhcp` is built of multiple components. The components
20
22
21
23
## Installation
22
24
23
-
A Go package [is available](https://godoc.org/github.com/pojntfx/go-isc-dhcp). In order to use it, you have to `go generate` it first.
25
+
### Prebuilt Binaries
26
+
27
+
Prebuilt binaries are available on the [releases page](https://github.com/pojntfx/go-isc-dhcp/releases/latest).
28
+
29
+
### Go Package
30
+
31
+
A Go package [is available](https://pkg.go.dev/github.com/pojntfx/go-isc-dhcp).
32
+
33
+
### Docker Image
34
+
35
+
#### `dhcpdd`
36
+
37
+
A Docker image is available on [Docker Hub](https://hub.docker.com/r/pojntfx/dhcpdd).
38
+
39
+
#### `dhclientd`
40
+
41
+
A Docker image is available on [Docker Hub](https://hub.docker.com/r/pojntfx/dhclientd).
42
+
43
+
### Helm Chart
44
+
45
+
Helm charts for `dhcpdd` and `dhclientd` are available in [@pojntfx's Helm chart repository](https://pojntfx.github.io/charts/).
0 commit comments