ooni-probe-cli/cmd/ooniprobe/internal
Arturo Filastò d6def35286
cli: add support for passing proxy command line parameter (#981)
This implements the bare minimum needed to have circumvention proxy support in OONI Probe CLI.

The reference issue is https://github.com/ooni/probe/issues/1955. (Most of that issue is implemented, save for the fact that currently we do not have support for `http` and `https` proxies.)

While there, add to `Makefile` a rule for correctly building `ooniprobe` and `miniooni` for "this system" (i.e., the default `GOOS` and `GOARCH` on a system), because we needed this for testing this patch and we needed to figure out the commands instead.
2022-11-15 09:55:05 +01:00
..
autorun cleanup(all): stop using deprecated ioutil functions (#381) 2021-06-15 14:01:45 +02:00
cli cli: add support for passing proxy command line parameter (#981) 2022-11-15 09:55:05 +01:00
config cleanup(ooniprobe): remove unused send_crash_report option (#578) 2021-11-05 13:26:08 +01:00
database chore: upgrade to github.com/upper/db/v4 (#705) 2022-05-06 13:05:24 +02:00
enginex chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
log/handlers fix(ooniprobe show): correctly handle % in the JSON (#738) 2022-05-18 16:56:13 +02:00
nettests cli: add support for passing proxy command line parameter (#981) 2022-11-15 09:55:05 +01:00
ooni cli: add support for passing proxy command line parameter (#981) 2022-11-15 09:55:05 +01:00
oonitest chore: upgrade to github.com/upper/db/v4 (#705) 2022-05-06 13:05:24 +02:00
output Add support for tracking the is_uploaded status in the results table (#312) 2021-04-30 17:08:16 +02:00
utils More progress towards release v3.10.0 (#320) 2021-04-29 15:59:53 +02:00