Skip to content
Snippets Groups Projects

Improve DNS diagnostics

Merged Petr Špaček requested to merge diagnostics_dns into master
Viewing commit 23006936
Show latest version
1 file
+ 3
0
Preferences
Compare changes
@@ -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