From: Mark Andrews Date: Tue, 13 Aug 2002 00:55:17 +0000 (+0000) Subject: add a ddns-update-style example to dhcpd.conf X-Git-Tag: HEAD-MERGE-V3-0-3B1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c375e3d14ac0d6afdf82f1c7d84d798e7a42e2c;p=thirdparty%2Fdhcp.git add a ddns-update-style example to dhcpd.conf --- diff --git a/server/dhcpd.conf b/server/dhcpd.conf index 6713d27b3..5eab9516d 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;