ooni-probe-cli/internal/cmd/oohelperd
Simone Basso df0e099b73
feat(oohelperd): follow (and record) TH and probe endpoints (#890)
This diff introduces the following `oohelperd` enhancements:

1. measure both IP addresses resolved by the TH and IP addresses resolved by the probe;

2. when the URL scheme is http and there's no explicit port, measure both 80 and 443 (which will pay off big once we introduce support for optionally performing TLS handshakes);

3. include information about the probe and TH IP addresses into the results: who resolved each IP address, whether an address is a bogon, the ASN associated to an address.

This diff is part of https://github.com/ooni/probe/issues/2237
2022-08-28 13:49:24 +02:00
..
dns_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
dns.go fix(oohelperd): enforce timeout for each measurement step (#888) 2022-08-28 12:02:17 +02:00
handler_test.go feat(oohelperd): follow (and record) TH and probe endpoints (#890) 2022-08-28 13:49:24 +02:00
handler.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
http_test.go refactor(oohelperd): improve tests implementation (#835) 2022-07-05 20:25:18 +02:00
http.go fix(oohelperd): enforce timeout for each measurement step (#888) 2022-08-28 12:02:17 +02:00
ipinfo_test.go feat(oohelperd): follow (and record) TH and probe endpoints (#890) 2022-08-28 13:49:24 +02:00
ipinfo.go feat(oohelperd): follow (and record) TH and probe endpoints (#890) 2022-08-28 13:49:24 +02:00
main_test.go feat(oohelperd): follow (and record) TH and probe endpoints (#890) 2022-08-28 13:49:24 +02:00
main.go fix(oohelperd): by default listen on localhost (#887) 2022-08-28 11:54:15 +02:00
measure.go feat(oohelperd): follow (and record) TH and probe endpoints (#890) 2022-08-28 13:49:24 +02:00
README.md refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
tcpconnect_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
tcpconnect.go feat(oohelperd): follow (and record) TH and probe endpoints (#890) 2022-08-28 13:49:24 +02:00

oohelperd

This directory contains the source code of the Web Connectivity test helper written in Go.