Update vpn

This commit is contained in:
Alexandre
2026-02-05 09:26:35 +01:00
committed by GitHub
parent c01005d63a
commit 1365ed148b

View File

@@ -10,8 +10,8 @@ declare -a dns_servers_ipv4=()
declare -a dns_servers_ipv6=()
log_level="$(bashio::config "log_level")"
[[ "$log_level" == "debug" ]] && set -x
[[ "$log_level" == "debug" ]] && bashio::log.warning "--- Debug mode is active ---"
[[ "$log_level" == "debug" ]] && set -x
_parse_config() {
local -n config_ref="$1"