diff --git a/ip/resolver/manager.go b/ip/resolver/manager.go index 2190617..6ab2217 100644 --- a/ip/resolver/manager.go +++ b/ip/resolver/manager.go @@ -62,4 +62,9 @@ func init() { Url: "https://api.myip.com", Decoder: decoder.MyIP, }) + + Provide(&httpres.Service{ + ServiceName: "my-ip", + Url: "https://api.my-ip.io/v2/ip.txt", + }) }