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

diagnostics dns: log relevant content from /var/log/message

parent d170e6ff
No related branches found
No related tags found
1 merge request!17Improve DNS diagnostics
......@@ -68,4 +68,7 @@ run () {
run_${QTOOL} www.wilda.nsec.0skar.cz # should pass
run_${QTOOL} www.wilda.0skar.cz # should pass
run_${QTOOL} *.wilda.rhybar.ecdsa.0skar.cz # should fail
echo "== ${RESOLVER} /var/log/messages =="
grep -H "${RESOLVER}" /var/log/messages
}
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