Skip to content

Commit

Permalink
Added IP2Location.io endpoint to get external IP
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Aug 5, 2024
1 parent d42929f commit dda46ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sources/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ where
("https://api.ipify.org", Family::IPv4),
("https://ifconfig.me/ip", Family::Any),
("https://ipinfo.io/ip", Family::IPv4),
("https://ip2location.io/ip", Family::Any),
]
.iter()
.cloned()
Expand Down

0 comments on commit dda46ef

Please sign in to comment.