Skip to content

Commit

Permalink
bin/myip: Use ifconfig.me/ip first
Browse files Browse the repository at this point in the history
  • Loading branch information
n1amr committed Sep 18, 2023
1 parent d9a943e commit d253ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/myip
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -eu

curl ipinfo.io/ip ||
curl ifconfig.me/ip ||
curl ifconfig.me/ip ||
curl ipinfo.io/ip ||
dig +short myip.opendns.com @resolver1.opendns.com

0 comments on commit d253ade

Please sign in to comment.