cleanup(geolocate): remove IP lookuppers blocked by sanctions (#747)
Closes https://github.com/ooni/probe/issues/2104
This commit is contained in:
parent
e5d59e834e
commit
6713fc6bc6
7 changed files with 0 additions and 187 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue