skip_tls
This commit is contained in:
parent
daea65671c
commit
b7c10fa2f8
@ -107,8 +107,8 @@ cat <<EOF >"$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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user