mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
add a ddns-update-style example to dhcpd.conf
This commit is contained in:
parent
d01a85ad31
commit
9c375e3d14
@ -10,6 +10,9 @@ option domain-name-servers ns1.example.org, ns2.example.org;
|
|||||||
default-lease-time 600;
|
default-lease-time 600;
|
||||||
max-lease-time 7200;
|
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
|
# If this DHCP server is the official DHCP server for the local
|
||||||
# network, the authoritative directive should be uncommented.
|
# network, the authoritative directive should be uncommented.
|
||||||
#authoritative;
|
#authoritative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user