From d74dcb78c0b9269b112a752706f1300eb23b0802 Mon Sep 17 00:00:00 2001 From: thecem <46648579+thecem@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:51:47 +0200 Subject: [PATCH] Update config.json to resolve mDNS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "dns": [„127.0.0.1“], --- evcc/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evcc/config.json b/evcc/config.json index e8f0e58..b7c4f90 100644 --- a/evcc/config.json +++ b/evcc/config.json @@ -19,11 +19,12 @@ "config_file": "/config/evcc.yaml", "sqlite_file": "/data/evcc.db" }, - "schema": { + "schema": { "config_file": "str", "sqlite_file": "str" }, "host_network": true, + "dns": ["127.0.0.1"], "map": ["config:rw"], "uart": true, "webui": "http://[HOST]:[PORT:7070]/",