From: Thomas Markwalder Date: Fri, 24 Mar 2023 16:11:18 +0000 (-0400) Subject: [#225] updated with-ddns.json examples X-Git-Tag: Kea-2.3.6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd17628504f62c0f14acd90560ed5ea667ec20ba;p=thirdparty%2Fkea.git [#225] updated with-ddns.json examples --- 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",