#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Add-on: CoreDNS
# ==============================================================================

bashio::log.info "Starting CoreDNS..."

exec /coredns/coredns --conf /config/Corefile
