mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-15 05:50:16 +00:00
Change handling with host files (#1223)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user