Move dhcpd.conf preamble into a separate file.

This commit is contained in:
2021-09-12 17:35:12 +01:00
parent c9f742817b
commit 6c2ff849d6
2 changed files with 12 additions and 13 deletions

9
dhcpd.conf.head Executable file
View File

@@ -0,0 +1,9 @@
option domain-name "home.paler.net";
max-lease-time 600;
default-lease-time 600;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
option domain-name-servers 192.168.1.1;
range 192.168.1.100 192.168.1.200;