-
Notifications
You must be signed in to change notification settings - Fork 45
/
respondd.conf.example
110 lines (108 loc) · 3.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# 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 fastd-public-key to use
# optional, default is None
# FastdPublicKey: 0000000000000000000000000000000000000000000000000000000000000000
# Default WireGuard-public-key to use
# optional, default is None
# WireGuardPublicKey: 0000000000000000000000000000000000000000000=
# Default vpn protocols to use
# may contain csv if more than one protocol is used
# optional, default is fastd
# supported protocols are: fastd, wireguard, None
VPNProtocols: fastd
# Default ddhcpd IPv4 gateway address
# optional
IPv4Gateway: 10.116.128.8
# Hostname to advertise
# optional, default is the system hostname
Hostname: gw01
# Hardware used by the system
# optional, default is None
Hardware-Model: KVM VirtualMachine
# Contact information of owner
# optional, default is None
Contact: info@example.org
# Latitude of the system
# optional, default is None
Latitude: 50.478083306
# Longitude of the system
# optional, default is None
Longitude: 12.335736752
# Is the system considered an gateway
# optional, default is True
VPN: True
# A domain
# User your own domain name here
[ffki]
# overwrite for domain_code
# optional: If specified, domain_code emits this instead of primary_domain_code,
# which is taken from the section title
# default: section title
DomainCode: kiel_gaarden
# This is a batman domain
# optional, default: @Defaults.DomainType
# supported domain types are: simple, batadv
DomainType: batadv
# Default fastd-public-key to use
# optional, default: @FastdPublickey
# FastdPublicKey: 0000000000000000000000000000000000000000000000000000000000000000
# Default WireGuard-public-key to use
# optional, default: @WireGuardPublickey
# WirGuardPublicKey: 0000000000000000000000000000000000000000000=
# Default vpn protocols to use
# may contain csv if more than one protocol is used
# optional, default is @VPNProtocol
# supported protocols are: fastd, wireguard, None
VPNProtocols: fastd
# 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
# Hostname to advertise
# optional, default: @Hostname
Hostname: ffki.gw01
# Hardware used by the system
# optional, default: @Hardware-Model
Hardware-Model: KVM VirtualMachine
# Contact information of owner
# optional, default: @Contact
Contact: ffki@example.org
# Latitude of the system
# optional, default: @Latitude
Latitude: 50.478083306
# Longitude of the system
# optional, default: @Longitude
Longitude: 12.335736752
# Is the system considered a gateway
# optional, default: @VPN
VPN: True
# An arbitrary number of further domains may follow here