Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(geolocate): always use netxlite functionality #976

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Oct 12, 2022

This change ensures that, in turn, we're able to "remote" all the traffic generated by the geolocate package, rather than missing some bits of it that were still using the standard library and caused some geolocations to geolocate as the local host rather than as the remote host.

Extracted from #969, where we tested this functionality.

Closes ooni/probe#1383 (which was long overdue).

Part of ooni/probe#2340, because it allows us to make progress with that.

This change ensures that, in turn, we're able to remote all the
traffic generated by geolocate, rather than missing some bits of
it that were still using the standard library.

Extracted from #969.

Closes ooni/probe#1383.

Part of ooni/probe#2340.
@bassosimone bassosimone requested a review from hellais as a code owner October 12, 2022 16:02
@bassosimone bassosimone merged commit 57a3919 into master Oct 12, 2022
@bassosimone bassosimone deleted the issue/2340 branch October 12, 2022 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

geolocate: stun: we should allow for an external resolver
1 participant