Skip to content
Snippets Groups Projects
Commit 23006936 authored by Petr Špaček's avatar Petr Špaček
Browse files

diagnostics dns: log parsed trust anchors from inside of kresd

parent 04312af6
No related branches found
No related tags found
1 merge request!17Improve DNS diagnostics
......@@ -53,6 +53,9 @@ run () {
if [ "${RESOLVER}" == "kresd" ]
then
echo "== configured trust anchors =="
run_kresd_command "trust_anchors"
echo "== enable verbose logging (reboot to disable it) =="
run_kresd_command "verbose(true)"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment