From 0364a28a9b62bb3c51cfef64ce20cc621c41198d Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 24 Mar 2023 12:26:19 -0400 Subject: [PATCH] [#225] Fixed typo in v4 with-ddns.json --- doc/examples/kea4/with-ddns.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/kea4/with-ddns.json b/doc/examples/kea4/with-ddns.json index fcd81952cb..ba607c8cae 100644 --- a/doc/examples/kea4/with-ddns.json +++ b/doc/examples/kea4/with-ddns.json @@ -61,7 +61,7 @@ "ddns-qualifying-suffix" : "test.suffix.", "ddns-update-on-renew" : false, "ddns-use-conflict-resolution" : true, - "ddns-ttl-pecent" : 0.75, + "ddns-ttl-percent" : 0.75, "hostname-char-set": "[^A-Za-z0-9.-]", "hostname-char-replacement": "x", -- 2.47.3