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"