summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/dhcpd.conf1
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";