From e72285b7e878af6ed8f48db312f72209ab1744ad Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Thu, 11 Mar 2021 18:01:08 +0100 Subject: [PATCH] Restored default daemon.conf --- daemon/daemon.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/daemon/daemon.conf b/daemon/daemon.conf index 8afbf89..8204681 100644 --- a/daemon/daemon.conf +++ b/daemon/daemon.conf @@ -16,9 +16,6 @@ "syslog_proto": "none", "syslog_server": "255.255.255.254:1234", "status_file": "./status.json", - "interface_name": "enp2s0", "mdns_enabled": true, - "mac_addr": "84:39:be:6d:dc:74", - "ip_addr": "10.0.0.8", - "node_id": "AES67 daemon 000a0800" + "interface_name": "lo" }