From 499bad529d7bf400b717d939958765a7dd3cb3ec Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Mon, 30 Mar 2020 18:59:24 +0200 Subject: [PATCH] Disable mDNS discovery during the demo. --- demo/daemon.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/daemon.conf b/demo/daemon.conf index 7c4c70d..0c10fe5 100644 --- a/demo/daemon.conf +++ b/demo/daemon.conf @@ -14,6 +14,7 @@ "syslog_proto": "none", "syslog_server": "255.255.255.254:1234", "status_file": "./demo/status.json", + "mdns_enabled": false, "interface_name": "lo", "mac_addr": "01:00:5e:01:00:01", "ip_addr": "127.0.0.1"