An open API service indexing awesome lists of open source software.

https://github.com/ooni/probe-assets

Assets used by OONI Probe
https://github.com/ooni/probe-assets

Last synced: 2 months ago
JSON representation

Assets used by OONI Probe

Awesome Lists containing this project

README

          

# OONI Probe Assets

[![Open issues](https://img.shields.io/github/issues-raw/ooni/probe-engine/assets)](https://github.com/ooni/probe-engine/issues?q=label%3Aassets+is%3Aopen)

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:

```bash
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.