> TypeError: can only concatenate str (not "ReadableFile") to str
- manager: avoid an uncommon startup race in policy-loader (!1653)
[WARN] exited: policy-loader (exit status 0; not expected)
- manager: fix processes watchdog errors during shutdown (!1651)
+- /cache/prefill/*/ca_file: fix setting this attribute (!1655)
Knot Resolver 6.0.10 (2025-01-20)
{% for item in cfg.cache.prefill %}
['{{ item.origin.punycode() }}'] = {
url = '{{ item.url }}',
- interval = {{ item.refresh_interval.seconds() }}
- {{ "ca_file = '"+item.ca_file+"'," if item.ca_file }}
+ interval = {{ item.refresh_interval.seconds() }},
+ {{ "ca_file = '" + item.ca_file|string + "'," if item.ca_file }}
}
{% endfor %}
})