ooni-probe-cli/CLI
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
..
.gitignore fix: attempt to make linux builds faster (#911) 2022-08-30 21:13:33 +02:00
check-go-version refactor(mk): move build rules into separate scripts (#855) 2022-08-17 13:16:53 +02:00
check-mingw-w64-version fix: repair releasing miniooni and ooniprobe-windows (#900) 2022-08-29 00:48:46 +02:00
go-build-alpine fix(go-build-alpine): honour OONI_PSIPHON_TAGS (#968) 2022-10-03 11:55:47 +02:00
go-build-android feat: build miniooni and ooniprobe for android (#907) 2022-08-30 09:37:15 +02:00
go-build-cross fix: repair releasing miniooni and ooniprobe-windows (#900) 2022-08-29 00:48:46 +02:00
go-build-darwin refactor(mk): move build rules into separate scripts (#855) 2022-08-17 13:16:53 +02:00
go-build-generic cli: add support for passing proxy command line parameter (#981) 2022-11-15 09:55:05 +01:00
go-build-linux-static fix: attempt to make linux builds faster (#911) 2022-08-30 21:13:33 +02:00
go-build-windows fix: repair releasing miniooni and ooniprobe-windows (#900) 2022-08-29 00:48:46 +02:00
README.md refactor: build miniooni from toplevel (#203) 2021-02-02 15:34:03 +01:00

Directory github.com/ooni/probe-cli/CLI

We use this directory for building CLI binaries (e.g. ooniprobe).