From 1a38b5b101648fb6e9b664e0fd447fbce0f523ed Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 30 Apr 2019 22:02:15 +0200 Subject: [PATCH] improve example config --- config-respondd_example.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config-respondd_example.toml b/config-respondd_example.toml index df5997f..497f2b7 100644 --- a/config-respondd_example.toml +++ b/config-respondd_example.toml @@ -1,11 +1,12 @@ # how ofter the cache respond of a respondd request is calculated data_interval = "3m" -batman = "[::1]:33123" +batman = ["bat03", "bat04"] +babel = "[::1]:33123" [[listen]] address = "ff02::2:1001" -interface = "" +interface = "bat03" port = 1001 [defaults] @@ -21,6 +22,7 @@ latitude = 53.112446246 longitude = 8.734087944 # if divergent configuration of defaults are wanted by respond on interface/zones example with bat0 -[zones.bat0] +[zones.bat03] node_id = "" hostname = "" +#...