From 981f2b193c5336836bc8075ba3a7a2a184919b50 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 18 Aug 2019 11:06:17 +0200 Subject: [PATCH] Adjust coredns to use upstream fowarding server in order (#1238) --- hassio/data/coredns.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/hassio/data/coredns.tmpl b/hassio/data/coredns.tmpl index cc528007a..31d51991b 100644 --- a/hassio/data/coredns.tmpl +++ b/hassio/data/coredns.tmpl @@ -4,6 +4,7 @@ fallthrough } forward . $servers { + policy sequential health_check 10s } }