From cc4ee59542096d02c6269f3f0c40b871f5d6a626 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 18 Aug 2019 11:48:29 +0200 Subject: [PATCH] Replace Google DNS by Quad9, prefer CloudFlare (#1235) --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 5db3a1557..3e45005a9 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -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"