]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
add a ddns-update-style example to dhcpd.conf
authorMark Andrews <marka@isc.org>
Tue, 13 Aug 2002 00:55:17 +0000 (00:55 +0000)
committerMark Andrews <marka@isc.org>
Tue, 13 Aug 2002 00:55:17 +0000 (00:55 +0000)
server/dhcpd.conf

index 6713d27b39901f2f18e8bd90bf46a2ee0c49d27f..5eab9516d4fe7700ce57b6a832af96a1704d4d28 100644 (file)
@@ -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;