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.
- Host: GitHub
- URL: https://github.com/milouk/dhcp-relay
- Owner: milouk
- License: mit
- Created: 2022-09-18T12:33:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T12:48:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T17:49:03.358Z (over 1 year ago)
- Topics: dhcp, dhcp-relay, dns, docker, pihole
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```