summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea4/all-keys.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/kea4/all-keys.json')
-rw-r--r--doc/examples/kea4/all-keys.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json
index 005438ecb0..6d6375893e 100644
--- a/doc/examples/kea4/all-keys.json
+++ b/doc/examples/kea4/all-keys.json
@@ -214,6 +214,10 @@
// It may be specified at the global, shared-network and subnet levels.
"ddns-use-conflict-resolution": true,
+ // When greater than 0.0, it is the percent of the lease's lifetime
+ // to use for the DNS TTL.
+ "ddns-ttl-percent": 0.75,
+
// Time in seconds specifying how long a declined lease should be
// excluded from DHCP assignments. The default value is 24 hours.
"decline-probation-period": 86400,
@@ -772,6 +776,9 @@
"ddns-use-conflict-resolution": true,
// Shared network level value. See description at the global level.
+ "ddns-ttl-percent": 0.75,
+
+ // Shared network level value. See description at the global level.
"hostname-char-replacement": "x",
// Shared network level value. See description at the global level.
@@ -911,6 +918,9 @@
"ddns-use-conflict-resolution": true,
// Subnet level value. See description at the global level.
+ "ddns-ttl-percent": 0.75,
+
+ // Subnet level value. See description at the global level.
"hostname-char-replacement": "x",
// Subnet level value. See description at the global level.