/probe-assets

Assets used by OONI Probe

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

OONI Probe Assets

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.