ooni-probe-cli/internal/cmd/oohelper
Simone Basso 276beb8719
fix(oohelper): do not stop if DNS fails locally (#450)
When a probe gets a local DNS failure, it will continue and nonetheless
query the test helper without any IP address, just an empty list.

This diff fixes the behavior of cmd/oohelper to do the same.

Work part of https://github.com/ooni/probe/issues/1707.
2021-09-05 12:06:02 +02:00
..
internal fix(oohelper): do not stop if DNS fails locally (#450) 2021-09-05 12:06:02 +02:00
oohelper_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
oohelper.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
README.md refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00

oohelper

This directory contains the source code of a simple client for the Web Connectivity test helper.