mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
curl https url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user