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
| # /etc/dhcp/hdcpd.conf | |
| option domain-name "home.com"; | |
| default-lease-time 600; | |
| max-lease-time 7200; | |
| log-facility local7; | |
| subnet 192.168.1.0 netmask 255.255.255.0 { | |
| range 192.168.1.10 192.168.1.100; | |
| option routers 192.168.1.1; | |
| allow booting; |
NewerOlder