Merge pull request #1121 from phedoreanu/master

curl https url
This commit is contained in:
Alexandre
2023-12-10 12:48:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -153,5 +153,5 @@
"slug": "qbittorrent",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.6.2-9wireguard_openvpn"
"version": "4.6.2-10wireguard_openvpn"
}

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
curl --max-time 10 --connect-timeout 5 -s ipecho.net/plain > /currentip
curl --max-time 10 --connect-timeout 5 -s https://ipecho.net/plain > /currentip