ooni / probe-engine

Semi-automatic export of https://github.com/ooni/probe-cli internals
https://ooni.org
GNU General Public License v3.0
45 stars 16 forks source link

session/geolookup: improve reliability #1174

Closed bassosimone closed 3 years ago

bassosimone commented 3 years ago

The code for geolocating a probe is currently very badly and hastily written. We want to rewrite it in a way in which it is completely tested and we can have more confidence that it's working as intended.

This change may help to fix https://github.com/ooni/probe-engine/issues/988.

bassosimone commented 3 years ago

Done!