DHCPd: Semicolons matter

This commit is contained in:
Greg Sutcliffe 2025-05-29 17:27:05 +01:00
parent 224c5ef15c
commit f2c9d257c1
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
# see /usr/share/doc/dhcp*/dhcpd.conf.example
# see dhcpd.conf(5) man page
#
server-identifier 10.16.163.10
server-identifier 10.16.163.10;
ddns-update-style none;
authoritative;