Update 90-dns_set.sh

This commit is contained in:
Alexandre
2022-02-17 20:40:39 +01:00
committed by GitHub
parent 62cf6f2a84
commit 6f57d420e9

View File

@@ -14,6 +14,7 @@ if bashio::config.has_value 'DNS_server'; then
DNSLIST=""
# Get DNS servers
# shellcheck disable=SC2086
for server in ${DNSSERVER//,/ }; do # Separate comma separated values
DNS="${DNS}nameserver $server\n"
DNSLIST="$server $DNSLIST"