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: Adding icanhazip

This commit is contained in:
Henrik Hautakoski 2023-08-15 09:40:00 +02:00
parent ab15df5258
commit e762ef8dd0

View file

@ -56,4 +56,9 @@ func init() {
ServiceName: "ipecho",
Url: "http://ipecho.net/plain",
})
Provide(&basic_http.Service{
ServiceName: "icanhazip",
Url: "https://icanhazip.com",
})
}