From 9c375e3d14ac0d6afdf82f1c7d84d798e7a42e2c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 13 Aug 2002 00:55:17 +0000 Subject: [PATCH] add a ddns-update-style example to dhcpd.conf --- server/dhcpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/dhcpd.conf b/server/dhcpd.conf index 6713d27b..5eab9516 100644 --- a/server/dhcpd.conf +++ b/server/dhcpd.conf @@ -10,6 +10,9 @@ option domain-name-servers ns1.example.org, ns2.example.org; default-lease-time 600; max-lease-time 7200; +# Use this to enble / disable dynamic dns updates globally. +#ddns-update-style none; + # If this DHCP server is the official DHCP server for the local # network, the authoritative directive should be uncommented. #authoritative;