mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-01 10:08:39 -04:00
[PR #189] [MERGED] Public IP info package #649
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/189
Author: @qdm12
Created: 3/22/2021
Status: ✅ Merged
Merged: 11/3/2022
Merged by: @qdm12
Base:
master← Head:publicip-info📝 Commits (6)
c271580Public IP info package6cf4f3fAddSourcefield toResulted8975fAddIPfield toResultfd3e25eSupport self information fetching93e7b0fTry next provider if picked one failsdb82ed2Ban provider when sending too many requests📊 Changes
9 files changed (+594 additions, -0 deletions)
View changed files
➕
pkg/publicip/info/countries.go(+263 -0)➕
pkg/publicip/info/errors.go(+8 -0)➕
pkg/publicip/info/http.go(+23 -0)➕
pkg/publicip/info/info.go(+138 -0)➕
pkg/publicip/info/ipinfo.go(+77 -0)➕
pkg/publicip/info/options.go(+16 -0)➕
pkg/publicip/info/provider.go(+45 -0)➕
pkg/publicip/info/result.go(+13 -0)➕
pkg/publicip/info/settings.go(+11 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.