1
0
Fork 0
mirror of https://gitlab.com/pnx-tools/dns-updater.git synced 2026-06-16 05:54:56 +02:00

ip/resolver/manager.go: add my-ip service

This commit is contained in:
Henrik Hautakoski 2026-02-19 10:24:54 +01:00
parent 1dedbbe2dd
commit 711c7fc8d6

View file

@ -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",
})
}