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
- Host: GitHub
- URL: https://github.com/ooni/probe-assets
- Owner: ooni
- License: bsd-3-clause
- Created: 2018-10-29T00:41:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-10T05:50:02.000Z (5 months ago)
- Last Synced: 2026-02-10T10:51:24.418Z (5 months ago)
- Language: Go
- Homepage: https://ooni.org
- Size: 228 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OONI Probe 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.