2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#3663] Fix kea4/all-keys.json

Apparently a comment must have a space following the two
slashes or it isn't a comment.
This commit is contained in:
Thomas Markwalder 2024-12-17 07:18:26 -05:00
parent 33e38d265f
commit aada0ae3e5

View File

@ -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.