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

https://github.com/milouk/dhcp-relay

This is a dhcp relay using the dhcp-helper.
https://github.com/milouk/dhcp-relay

dhcp dhcp-relay dns docker pihole

Last synced: about 1 month ago
JSON representation

This is a dhcp relay using the dhcp-helper.

Awesome Lists containing this project

README

          

!! This image is only for `linux/arm64/v8` based OSs. !!

This is a dhcp relay using the dhcp-helper.

## How to use

Add the following service to your docker-compose file

```
dhcphelper:
image: milouk/dhcp-helper
restart: always
network_mode: host
command: -s
cap_add:
- NET_ADMIN
```