From b7c10fa2f8d2766e7d8a132491180a402f5e09ed Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 8 Dec 2025 19:44:11 +0100 Subject: [PATCH] skip_tls --- tools/addon/pihole-exporter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/addon/pihole-exporter.sh b/tools/addon/pihole-exporter.sh index 2f8dca8a8..6166e0503 100644 --- a/tools/addon/pihole-exporter.sh +++ b/tools/addon/pihole-exporter.sh @@ -107,8 +107,8 @@ cat <"$CONFIG_PATH" # https://github.com/eko/pihole-exporter/?tab=readme-ov-file#available-cli-options PIHOLE_PASSWORD="${pihole_PASSWORD}" PIHOLE_HOSTNAME="${pihole_HOSTNAME}" -PIHOLE_PORT=${pihole_PORT:-443}" -SKIP_TLS_VERIFICATION="${pihole_SKIP_TLS}" +PIHOLE_PORT="${pihole_PORT:-443}" +SKIP_TLS_VERIFICATION="${pihole_SKIP_TLS:-false}" PIHOLE_PROTOCOL="${pihole_SKIP_TLS:-https}" EOF msg_ok "Created configuration"