mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 10:28:36 +00:00
Fix: correct dns upstreams variable name
Signed-off-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
@@ -65,7 +65,7 @@ ensure_basic_configuration() {
|
|||||||
if [[ $(getFTLConfigValue "dns.upstreams") == "[]" ]]; then
|
if [[ $(getFTLConfigValue "dns.upstreams") == "[]" ]]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo " [X] No DNS upstream servers are set!"
|
echo " [X] No DNS upstream servers are set!"
|
||||||
echo " [i] Recommended: Set the upstream DNS servers in the environment variable FTLCONF_dns_upstream"
|
echo " [i] Recommended: Set the upstream DNS servers in the environment variable FTLCONF_dns_upstreams"
|
||||||
echo ""
|
echo ""
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user