mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-17 20:59:09 +02: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