- NEWS: added missing entry
- Renamed/moved options in the declarative configuration model (YAML). (!1672)
- /cache/garbage-collector -> /cache/garbage-collector/enable
- /cache/prefetch/prediction -> /cache/prefetch/prediction/enable
+ - /defer/enabled -> /defer/enable
- /dns64: true|false -> /dns64/enable: true|false
- /dns64/rev-ttl -> /dns64/reverse-ttl
- /dnssec: true|false -> /dnssec/enable: true|false
window: 15m
period: 24
+defer:
+ enabled: true
+
dns64:
rev-ttl: 1d
_add(new, "/cache/prefetch/prediction/enable", False)
else:
_add(new, "/cache/prefetch/prediction/enable", True)
+ _rename(new, "/defer/enabled", "/defer/enable")
dns64_key = "dns64"
if dns64_key in new:
if new[dns64_key] is False: