-
-
Save xergio/11709c435e0b4ec0a347fbbd281321ee to your computer and use it in GitHub Desktop.
Pi-Hole dhcp file automatically generated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# 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