Skip to content

Commit

Permalink
Merge pull request #5949 from ip2location/master
Browse files Browse the repository at this point in the history
Added IP2Location.io as fallback to get public IP
  • Loading branch information
soffokl authored Jan 18, 2024
2 parents 44e2e74 + 25f0ae0 commit 21e6fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/ip/fallbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ import (
// IPFallbackAddresses represents the various services we can use to fetch our public IP.
var IPFallbackAddresses = []string{
"https://api.ipify.org",
"https://ip2location.io/ip",
"https://ipinfo.io/ip",
"https://api.ipify.org",
"https://ifconfig.me",
"https://www.trackip.net/ip",
"https://checkip.amazonaws.com/",
Expand Down

0 comments on commit 21e6fa1

Please sign in to comment.