summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2023-03-24 17:11:18 +0100
committerThomas Markwalder <tmark@isc.org>2023-03-24 17:50:00 +0100
commitbd17628504f62c0f14acd90560ed5ea667ec20ba (patch)
treeda143a067217f3143c0e3a6eec5443daa8dedb61
parent[#225] Addressed review comments (diff)
downloadkea-bd17628504f62c0f14acd90560ed5ea667ec20ba.tar.xz
kea-bd17628504f62c0f14acd90560ed5ea667ec20ba.zip
[#225] updated with-ddns.json examples
-rw-r--r--doc/examples/kea4/with-ddns.json1
-rw-r--r--doc/examples/kea6/with-ddns.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/kea4/with-ddns.json b/doc/examples/kea4/with-ddns.json
index ee47c62704..fcd81952cb 100644
--- a/doc/examples/kea4/with-ddns.json
+++ b/doc/examples/kea4/with-ddns.json
@@ -61,6 +61,7 @@
"ddns-qualifying-suffix" : "test.suffix.",
"ddns-update-on-renew" : false,
"ddns-use-conflict-resolution" : true,
+ "ddns-ttl-pecent" : 0.75,
"hostname-char-set": "[^A-Za-z0-9.-]",
"hostname-char-replacement": "x",
diff --git a/doc/examples/kea6/with-ddns.json b/doc/examples/kea6/with-ddns.json
index 04efb7d313..078a64feeb 100644
--- a/doc/examples/kea6/with-ddns.json
+++ b/doc/examples/kea6/with-ddns.json
@@ -64,6 +64,7 @@
"ddns-qualifying-suffix" : "test.suffix.",
"ddns-update-on-renew" : false,
"ddns-use-conflict-resolution" : true,
+ "ddns-ttl-percent" : 0.75,
"hostname-char-set": "[^A-Za-z0-9.-]",
"hostname-char-replacement": "x",