diff options
author | Christian Hesse <mail@eworm.de> | 2016-09-07 17:00:15 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-09-07 17:00:15 +0200 |
commit | b45847920b5e4047eda8d35431825d68c11003a4 (patch) | |
tree | 9afe9d1b5420d08f0d2b710cbae59bd3f7453d7e /config | |
parent | e6bb81e68f2298f756272183ed5a742b82cb1d22 (diff) | |
download | dyndhcpd-b45847920b5e4047eda8d35431825d68c11003a4.tar.gz dyndhcpd-b45847920b5e4047eda8d35431825d68c11003a4.tar.zst |
add option ntp-servers to dhcpd.conf
Diffstat (limited to 'config')
-rw-r--r-- | config/dhcpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/dhcpd.conf b/config/dhcpd.conf index bfddf4d..65764a8 100644 --- a/config/dhcpd.conf +++ b/config/dhcpd.conf @@ -23,6 +23,7 @@ subnet __NETADDRESS__ netmask __NETMASK__ { option routers __ADDRESS__; option domain-name-servers __ADDRESS__; option time-servers __ADDRESS__; + option ntp-servers __ADDRESS__; pool { allow members of "PXEClient"; |