mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
@@ -21,7 +21,7 @@ if bashio::config.has_value 'DNS_server'; then
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Write resolv.conf
|
# Write resolv.conf
|
||||||
printf "%s" "${DNS}" >/etc/resolv.conf
|
printf "${DNS}" >/etc/resolv.conf
|
||||||
chmod 644 /etc/resolv.conf
|
chmod 644 /etc/resolv.conf
|
||||||
bashio::log.info "DNS SERVERS set to $DNSLIST"
|
bashio::log.info "DNS SERVERS set to $DNSLIST"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user