2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

add a ddns-update-style example to dhcpd.conf

This commit is contained in:
Mark Andrews
2002-08-13 00:55:17 +00:00
parent d01a85ad31
commit 9c375e3d14

View 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;