ip/resolver/manager.go: Adding icanhazip
This commit is contained in:
parent
ab15df5258
commit
e762ef8dd0
1 changed files with 5 additions and 0 deletions
|
|
@ -56,4 +56,9 @@ func init() {
|
||||||
ServiceName: "ipecho",
|
ServiceName: "ipecho",
|
||||||
Url: "http://ipecho.net/plain",
|
Url: "http://ipecho.net/plain",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Provide(&basic_http.Service{
|
||||||
|
ServiceName: "icanhazip",
|
||||||
|
Url: "https://icanhazip.com",
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue