services discover ip updated

pull/447/head
OscarSotoSanchez 2020-04-21 13:15:46 +02:00
parent a31f8a975b
commit 0902dcd7a0
3 changed files with 6 additions and 6 deletions

View File

@ -21,10 +21,10 @@ function valid_ip()
# Services to get public ip
SERVICES=(
"curl --silent -sw :%{http_code} ifconfig.me"
"curl --silent -sw :%{http_code} ident.me"
"curl --silent -sw :%{http_code} icanhazip.com"
"curl --silent -sw :%{http_code} ipecho.net/plain"
"curl --silent -sw :%{http_code} ipinfo.io/ip"
"curl --silent -sw :%{http_code} ident.me"
"curl --silent -sw :%{http_code} icanhazip.com"
)
# Get public ip

View File

@ -21,10 +21,10 @@ function valid_ip()
# Services to get public ip
SERVICES=(
"curl --silent -sw :%{http_code} ifconfig.me"
"curl --silent -sw :%{http_code} ident.me"
"curl --silent -sw :%{http_code} icanhazip.com"
"curl --silent -sw :%{http_code} ipecho.net/plain"
"curl --silent -sw :%{http_code} ipinfo.io/ip"
"curl --silent -sw :%{http_code} ident.me"
"curl --silent -sw :%{http_code} icanhazip.com"
)
# Get public ip

View File

@ -21,10 +21,10 @@ function valid_ip()
# Services to get public ip
SERVICES=(
"curl --silent -sw :%{http_code} ifconfig.me"
"curl --silent -sw :%{http_code} ident.me"
"curl --silent -sw :%{http_code} icanhazip.com"
"curl --silent -sw :%{http_code} ipecho.net/plain"
"curl --silent -sw :%{http_code} ipinfo.io/ip"
"curl --silent -sw :%{http_code} ident.me"
"curl --silent -sw :%{http_code} icanhazip.com"
)
# Get public ip