forked from ffnord/mesh-announce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respondd.conf.example
47 lines (45 loc) · 1.41 KB
/
respondd.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Default settings
[Defaults]
# Listen port
# optional, default: 1001
Port: 1001
# Default link local listen addresses
# optional, default: ff02::2:1001
MulticastLinkAddress: ff02::2:1001
# Default site local listen addresses
# optional, default: ff05::2:1001
MulticastSiteAddress: ff05::2:1001
# Default domain to use
# optional, if specified incoming requests that can not be mapped to a domain
# are mapped to this domain
DefaultDomain: ffki
# Default domain type
# optional, default: simple
# supported domain types are: simple, batadv
DomainType: batadv
# Default ddhcpd IPv4 gateway address
# optional
IPv4Gateway: 10.116.128.8
# A domain
# User your own domain name here
[ffki]
# This is a batman domain
# optional, default: @Defaults.DomainType
# supported domain types are: simple, batadv
DomainType: batadv
# Link local listen addresses
# optional, default: @Defaults.MulticastLinkAddress
MulticastLinkAddress: ff02::2:1001
# Site local listen addresses
# optional, default: @Defautls.MulticastSiteAddress
MulticastSiteAddress: ff05::2:1001
# Batman interface
# only for batadv domains, defaults to bat-<domain name>
BatmanInterface: bat-ffki
# Other listen interfaces
# optional, specify comma separated list of listen/multicast interfaces for this domain here
Interfaces: mvpn-ffki
# IPv4 gateway option for ddhcpd
# optional, default: @IPv4Gateway
IPv4Gateway: 10.116.128.8
# An arbitrary number of further domains may follow here