|
345 | 345 | "ddns-ttl-percent": 0.75,
|
346 | 346 |
|
347 | 347 | // When greater than 0 it will be used as the DNS TTL. Specified in seconds.
|
348 |
| - "ddns-ttl": 0, |
| 348 | + // You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or |
| 349 | + // ddns-ttl-max. They are mutually exclusive. |
| 350 | + //"ddns-ttl": 500, |
349 | 351 |
|
350 | 352 | // When greater than 0 it used as the lower boundary for calculated DNS TTL values.
|
351 | 353 | // Specified in seconds.
|
|
907 | 909 | "ddns-ttl-percent": 0.65,
|
908 | 910 |
|
909 | 911 | // Shared-network level value. See description at the global level.
|
910 |
| - "ddns-ttl": 0, |
| 912 | + // You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or |
| 913 | + // ddns-ttl-max. They are mutually exclusive. |
| 914 | + // "ddns-ttl": 500, |
911 | 915 |
|
912 | 916 | // Shared-network level value. See description at the global level.
|
913 | 917 | "ddns-ttl-min": 10000,
|
|
1053 | 1057 | "ddns-conflict-resolution-mode": "check-with-dhcid",
|
1054 | 1058 |
|
1055 | 1059 | // Subnet-level value. See description at the global level.
|
1056 |
| - "ddns-ttl-percent": 0.55, |
| 1060 | + // "ddns-ttl-percent": 0.55, |
1057 | 1061 |
|
1058 | 1062 | // Subnet-level value. See description at the global level.
|
1059 |
| - "ddns-ttl": 0, |
| 1063 | + // You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or |
| 1064 | + // ddns-ttl-max. They are mutually exclusive. |
| 1065 | + "ddns-ttl": 500, |
1060 | 1066 |
|
1061 | 1067 | // Subnet-evel value. See description at the global level.
|
1062 |
| - "ddns-ttl-min": 10000, |
| 1068 | + // "ddns-ttl-min": 10000, |
1063 | 1069 |
|
1064 | 1070 | // Subnet-level value. See description at the global level.
|
1065 |
| - "ddns-ttl-max": 20000, |
| 1071 | + // "ddns-ttl-max": 20000, |
1066 | 1072 |
|
1067 | 1073 | // Subnet-level value. See description at the global level.
|
1068 | 1074 | "hostname-char-replacement": "x",
|
|
0 commit comments