cleanup(geolocate): remove IP lookuppers blocked by sanctions (#747)

Closes https://github.com/ooni/probe/issues/2104
This commit is contained in:
Simone Basso 2022-05-20 12:43:56 +02:00 committed by GitHub
commit 6713fc6bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 187 deletions

View file

@ -36,22 +36,10 @@ type method struct {
var (
methods = []method{
{
name: "avast",
fn: avastIPLookup,
},
{
name: "cloudflare",
fn: cloudflareIPLookup,
},
{
name: "ipconfig",
fn: ipConfigIPLookup,
},
{
name: "ipinfo",
fn: ipInfoIPLookup,
},
{
name: "stun_ekiga",
fn: stunEkigaIPLookup,