Update 93-openvpn.sh

This commit is contained in:
Alexandre
2025-11-24 08:17:16 +01:00
committed by GitHub
parent f59c21e72e
commit e4b963a267

View File

@@ -14,11 +14,6 @@ if bashio::config.true 'openvpn_enabled'; then
bashio::log.info "Openvpn enabled, configuring"
bashio::log.info "----------------------------"
# Get current ip
( curl -fsS --max-time 10 https://ifconfig.co/ip \
|| curl -fsS --max-time 10 https://api64.ipify.org \
|| curl -fsS --max-time 10 https://ipecho.net/plain ) > /currentip
# Function to check for files path
function check_path() {