diff --git a/ip/resolver/manager.go b/ip/resolver/manager.go index 186b7f7..46dd41c 100644 --- a/ip/resolver/manager.go +++ b/ip/resolver/manager.go @@ -56,4 +56,9 @@ func init() { ServiceName: "ipecho", Url: "http://ipecho.net/plain", }) + + Provide(&basic_http.Service{ + ServiceName: "icanhazip", + Url: "https://icanhazip.com", + }) }