OONI Probe Assets

January 5, 2023 ยท View on GitHub

Open issues

Repository for packaging generic OONI assets. It includes MaxMind DB files retrieved from CURL. Every release is a different branch to avoid making the history of the main branch too heavy. You should pin your golang code to the most recent branch using:

go get -v github.com/ooni/probe-assets@HEAD

where HEAD is the most recent commit inside such a branch.

This product includes IP Geolocation by DB-IP.

Report issues for this repo at https://github.com/ooni/probe/issues.

Release instructions

  1. edit prepare.bash and update the database URL and its SHA256 checksum;

  2. run ./build.bash

  3. follow on-screen instructions.