Skip to content

Instantly share code, notes, and snippets.

@xergio
Forked from LuisPalacios/02-pihole-dhcp.conf
Created June 3, 2025 20:12
Show Gist options
  • Save xergio/11709c435e0b4ec0a347fbbd281321ee to your computer and use it in GitHub Desktop.
Save xergio/11709c435e0b4ec0a347fbbd281321ee to your computer and use it in GitHub Desktop.
Pi-Hole dhcp file automatically generated
###############################################################################
# DHCP SERVER CONFIG FILE AUTOMATICALLY POPULATED BY PI-HOLE WEB INTERFACE. #
# ANY CHANGES MADE TO THIS FILE WILL BE LOST ON CHANGE #
###############################################################################
dhcp-authoritative
dhcp-range=192.168.107.10,192.168.107.200,24h
dhcp-option=option:router,192.168.107.1
dhcp-leasefile=/etc/pihole/dhcp.leases
#quiet-dhcp
domain=midominio.com
local=/midominio.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment