From ee2c25705769097661260822cbe8f4a003b76d20 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 18 Aug 2019 11:08:34 +0200 Subject: [PATCH] Adjust coredns do not forward local.hass.io (#1237) --- hassio/data/coredns.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/hassio/data/coredns.tmpl b/hassio/data/coredns.tmpl index 31d51991b..01ed22b0c 100644 --- a/hassio/data/coredns.tmpl +++ b/hassio/data/coredns.tmpl @@ -4,6 +4,7 @@ fallthrough } forward . $servers { + except local.hass.io policy sequential health_check 10s }