improve example config

This commit is contained in:
Martin/Geno 2019-04-30 22:02:15 +02:00 committed by genofire
parent fafae4cf74
commit 1a38b5b101
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# how ofter the cache respond of a respondd request is calculated # how ofter the cache respond of a respondd request is calculated
data_interval = "3m" data_interval = "3m"
batman = "[::1]:33123" batman = ["bat03", "bat04"]
babel = "[::1]:33123"
[[listen]] [[listen]]
address = "ff02::2:1001" address = "ff02::2:1001"
interface = "" interface = "bat03"
port = 1001 port = 1001
[defaults] [defaults]
@ -21,6 +22,7 @@ latitude = 53.112446246
longitude = 8.734087944 longitude = 8.734087944
# if divergent configuration of defaults are wanted by respond on interface/zones example with bat0 # if divergent configuration of defaults are wanted by respond on interface/zones example with bat0
[zones.bat0] [zones.bat03]
node_id = "" node_id = ""
hostname = "" hostname = ""
#...