Update discover_my_public_ip.sh

pull/447/head
Pablo Fuente Pérez 2020-04-21 13:20:46 +02:00 committed by GitHub
parent 0902dcd7a0
commit 30877828f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ SERVICES=(
"curl --silent -sw :%{http_code} ifconfig.me"
"curl --silent -sw :%{http_code} ipecho.net/plain"
"curl --silent -sw :%{http_code} ipinfo.io/ip"
"curl --silent -sw :%{http_code} checkip.amazonaws.com"
"curl --silent -sw :%{http_code} ident.me"
"curl --silent -sw :%{http_code} icanhazip.com"
)