Skip to content
Snippets Groups Projects

Improve DNS diagnostics

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