yanic/config-respondd_example.toml

29 lines
553 B
TOML
Raw Normal View History

2019-01-24 02:54:21 +01:00
# how ofter the cache respond of a respondd request is calculated
data_interval = "3m"
2019-04-30 22:02:15 +02:00
batman = ["bat03", "bat04"]
babel = "[::1]:33123"
2019-01-24 02:54:21 +01:00
[[listen]]
2019-04-10 13:18:05 +02:00
address = "ff02::2:1001"
2019-04-30 22:02:15 +02:00
interface = "bat03"
2019-04-10 13:18:05 +02:00
port = 1001
2019-01-24 02:54:21 +01:00
2019-04-10 13:18:05 +02:00
[defaults]
node_id = ""
hostname = ""
site_code = "ffhb"
domain_code = ""
vpn = false
2019-04-11 12:59:55 +02:00
traffic_interfaces = [ "eth0" ]
2019-04-10 13:18:05 +02:00
[defaults.location]
latitude = 53.112446246
2019-01-24 02:54:21 +01:00
longitude = 8.734087944
2019-04-10 13:18:05 +02:00
# if divergent configuration of defaults are wanted by respond on interface/zones example with bat0
2019-04-30 22:02:15 +02:00
[zones.bat03]
2019-04-10 13:18:05 +02:00
node_id = ""
hostname = ""
2019-04-30 22:02:15 +02:00
#...