mirror of https://github.com/OpenVidu/openvidu.git
services discover ip updated
parent
a31f8a975b
commit
0902dcd7a0
|
@ -21,10 +21,10 @@ function valid_ip()
|
||||||
# Services to get public ip
|
# Services to get public ip
|
||||||
SERVICES=(
|
SERVICES=(
|
||||||
"curl --silent -sw :%{http_code} ifconfig.me"
|
"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} ipecho.net/plain"
|
||||||
"curl --silent -sw :%{http_code} ipinfo.io/ip"
|
"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
|
# Get public ip
|
||||||
|
|
|
@ -21,10 +21,10 @@ function valid_ip()
|
||||||
# Services to get public ip
|
# Services to get public ip
|
||||||
SERVICES=(
|
SERVICES=(
|
||||||
"curl --silent -sw :%{http_code} ifconfig.me"
|
"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} ipecho.net/plain"
|
||||||
"curl --silent -sw :%{http_code} ipinfo.io/ip"
|
"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
|
# Get public ip
|
||||||
|
|
|
@ -21,10 +21,10 @@ function valid_ip()
|
||||||
# Services to get public ip
|
# Services to get public ip
|
||||||
SERVICES=(
|
SERVICES=(
|
||||||
"curl --silent -sw :%{http_code} ifconfig.me"
|
"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} ipecho.net/plain"
|
||||||
"curl --silent -sw :%{http_code} ipinfo.io/ip"
|
"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
|
# Get public ip
|
||||||
|
|
Loading…
Reference in New Issue