Go to file
2019-05-15 18:05:51 +02:00
cmd/ooni Add rm command to delete results 2018-09-18 09:54:27 +02:00
config Strip the trailing slash from the bouncer url 2018-09-26 15:35:17 +02:00
data Strip the trailing slash from the bouncer url 2018-09-26 15:35:17 +02:00
internal Vendor shutil from: bcacb06fec 2019-05-15 18:05:51 +02:00
nettests Use info level MK debug 2019-05-15 16:14:01 +02:00
scripts Enable debug mode 2019-05-15 15:34:36 +02:00
utils Improve error reporting inside of geoip lookup functions 2019-05-15 17:36:56 +02:00
.dockerignore Ignore dist in .dockerignore 2019-05-15 17:44:00 +02:00
.gitignore Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
.goreleaser.yml Sync up goreleaser file 2019-05-15 15:05:24 +02:00
.travis.yml Use a different env name for tests 2019-05-15 15:09:42 +02:00
build.sh Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
Dockerfile Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
go.mod Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
go.sum Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
LICENSE.md Add LICENSE.md 2018-07-11 18:06:27 +02:00
Makefile Skip publish 2019-05-15 17:55:40 +02:00
ooni_test.go Basic ooni unittest 2018-09-17 11:52:42 +02:00
ooni.go Bump version number 2019-05-15 14:57:02 +02:00
Readme.md Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00

OONI Probe CLI

The next generation OONI Probe Command Line Interface.

Development setup

Be sure you have golang >= 1.12. We use Go modules. Make sure you don't have GOPATH set.

Run

./build.sh help

to get information on the supported systems as well as to get instructions on how to install dependencies.