Update discover_my_public_ip.sh

This commit is contained in:
Pablo Fuente Pérez 2020-04-21 13:22:34 +02:00 committed by GitHub
parent 30877828f9
commit d3bdd85c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
)