use https

This commit is contained in:
233boy
2018-11-03 22:04:29 +08:00
parent 077585ceb4
commit 2437f5e4ef
2 changed files with 3 additions and 3 deletions

View File

@@ -1433,7 +1433,7 @@ try_enable_bbr() {
}
get_ip() {
ip=$(curl -s ipinfo.io/ip)
ip=$(curl -s https://ipinfo.io/ip)
}
error() {