Change handling with host files (#1223)

This commit is contained in:
Pascal Vizeli
2019-08-16 12:47:32 +02:00
committed by GitHub
parent 734fe3afde
commit a2cf7ece70
4 changed files with 50 additions and 37 deletions

View File

@@ -228,7 +228,7 @@ class Tasks(CoreSysAttributes):
if await self.sys_dns.is_fails():
_LOGGER.warning("CoreDNS plugin is in fails state / Reset config")
self.sys_dns.reset()
await self.sys_dns.reset()
try:
await self.sys_dns.start()