mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-30 21:18:12 +00:00
DNS plugin maintainance (#2179)
* DNS plugin maintainance * cleanup old data * move fallback to plugin * smaller * Allow plugin to write into config persistent * Fix hosts * create issue on dns loop
This commit is contained in:
@@ -48,7 +48,7 @@ class APICoreDNS(CoreSysAttributes):
|
||||
ATTR_UPDATE_AVAILABLE: self.sys_plugins.dns.need_update,
|
||||
ATTR_HOST: str(self.sys_docker.network.dns),
|
||||
ATTR_SERVERS: self.sys_plugins.dns.servers,
|
||||
ATTR_LOCALS: self.sys_host.network.dns_servers,
|
||||
ATTR_LOCALS: self.sys_plugins.dns.locals,
|
||||
}
|
||||
|
||||
@api_process
|
||||
|
||||
Reference in New Issue
Block a user