Replace Google DNS by Quad9, prefer CloudFlare (#1235)

This commit is contained in:
Franck Nijhof 2019-08-18 11:48:29 +02:00 committed by Pascal Vizeli
parent 1f448744f3
commit cc4ee59542

View File

@ -32,7 +32,7 @@ DOCKER_NETWORK = "hassio"
DOCKER_NETWORK_MASK = ip_network("172.30.32.0/23")
DOCKER_NETWORK_RANGE = ip_network("172.30.33.0/24")
DNS_SERVERS = ["dns://8.8.8.8", "dns://1.1.1.1"]
DNS_SERVERS = ["dns://1.1.1.1", "dns://9.9.9.9"]
DNS_SUFFIX = "local.hass.io"
LABEL_VERSION = "io.hass.version"