d6def35286
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. |
||
---|---|---|
.. | ||
.gitignore | ||
check-go-version | ||
check-mingw-w64-version | ||
go-build-alpine | ||
go-build-android | ||
go-build-cross | ||
go-build-darwin | ||
go-build-generic | ||
go-build-linux-static | ||
go-build-windows | ||
README.md |
Directory github.com/ooni/probe-cli/CLI
We use this directory for building CLI binaries (e.g. ooniprobe).