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

diagnostics dns: attempt to resolve prominent web sites

parent 23006936
No related branches found
No related tags found
1 merge request!17Improve DNS diagnostics
......@@ -62,6 +62,10 @@ run () {
echo "== resolution attempts =="
run_${QTOOL} api.turris.cz # should pass
run_${QTOOL} www.google.com # should pass
run_${QTOOL} www.facebook.com # should pass
run_${QTOOL} www.youtube.com # should pass
run_${QTOOL} www.rhybar.cz # should fail
run_${QTOOL} *.wilda.rhybar.0skar.cz # should fail
run_${QTOOL} *.wilda.nsec.0skar.cz # should pass
......
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