diff options
author | Thomas Markwalder <tmark@isc.org> | 2024-12-17 13:18:26 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-12-17 13:18:26 +0100 |
commit | aada0ae3e5bd302d5ca83d1502e417a0e75f42d2 (patch) | |
tree | 730a7ae7c2e65edee4f262a649ff9eaff5a5beb6 /doc | |
parent | [#3663] Added issue number to ChangeLog (diff) | |
download | kea-aada0ae3e5bd302d5ca83d1502e417a0e75f42d2.tar.xz kea-aada0ae3e5bd302d5ca83d1502e417a0e75f42d2.zip |
[#3663] Fix kea4/all-keys.json
Apparently a comment must have a space following the two
slashes or it isn't a comment.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/kea4/all-keys.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 5ccd5869c8..4af0507cd5 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -347,7 +347,7 @@ // When greater than 0 it will be used as the DNS TTL. Specified in seconds. // You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or // ddns-ttl-max. They are mutually exclusive. - //"ddns-ttl": 500, + // "ddns-ttl": 500, // When greater than 0 it used as the lower boundary for calculated DNS TTL values. // Specified in seconds. |