mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
curl https url
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# shellcheck shell=bash
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user