-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.conf
177 lines (161 loc) · 5.91 KB
/
site.conf
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
hostname_prefix = '35xxx-',
site_name = 'Freifunk Marburg',
site_code = 'ffmr',
domain_seed = 'be42befb8b417da0bdbdb80f60ecd2950b3bce8df82adbd8c614c446ab772603',
prefix4 = '10.128.0.0/18',
prefix6 = '2a06:4b00:1000::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {
'ntp01.marburg.link'
},
opkg = {
openwrt = 'http://opkg.marburg.link/openwrt/%n/%v/%S/packages',
extra = {
modules = 'http://opkg.marburg.link/modules/gluon-%GS-%GR/%S',
},
},
regdom = 'DE',
wifi24 = {
channel = 1,
ap = {
ssid = 'marburg.freifunk.net',
},
mesh = {
id = 'ffmr-mesh-24ghz',
mcast_rate = 12000,
},
},
wifi5 = {
channel = 36,
ap = {
ssid = 'marburg.freifunk.net',
},
mesh = {
id = 'ffmr-mesh-5ghz',
mcast_rate = 12000,
},
},
next_node = {
name = { 'nextnode.marburg.link' },
ip4 = '10.128.2.1',
ip6 = '2a06:4b00:1000::a80:201',
mac = '00:01:01:80:02:01',
},
mesh = {
vxlan = false,
filter_membership_reports = true,
batman_adv = {
gw_sel_class = 20,
routing_algo = 'BATMAN_IV',
},
},
mesh_vpn = {
enabled = true,
mtu = 1312,
fastd = {
configurable = true,
methods = {
'salsa2012+umac',
'null+salsa2012+umac'
},
groups = {
backbone = {
limit = 1,
peers = {
gw01 = {
key = 'd5025e60187bfcfce73dab1a402ec12014dd469606a0f9275b365fff32a5f715',
remotes = {
'ipv6 "ip6.gw01.marburg.freifunk.net" port 3334',
'ipv4 "ip4.gw01.marburg.freifunk.net" port 3334',
'ipv6 "2a01:4a0:2002:2417::2" port 3334',
'ipv4 "130.185.109.151" port 3334',
'ipv6 "ip6.gw01.marburg.freifunk.net" port 10000',
'ipv4 "ip4.gw01.marburg.freifunk.net" port 10000',
'ipv6 "2a01:4a0:2002:2417::2" port 10000',
'ipv4 "130.185.109.151" port 10000',
},
},
gw02 = {
key = '5e5a240933acb2c8f361610a3d15cd5384b11f66cf0f4adf3832a7d79d4b6b81',
remotes = {
'ipv6 "ip6.gw02.marburg.freifunk.net" port 10000',
'ipv4 "ip4.gw02.marburg.freifunk.net" port 10000',
'ipv6 "2a01:4a0:2002:2703::2" port 10000',
'ipv4 "130.185.109.130" port 10000',
},
},
},
},
},
},
bandwidth_limit = {
enabled = false,
ingress = 5000,
egress = 500,
},
},
autoupdater = {
enabled = true,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://update.marburg.link/stable/sysupgrade',
},
good_signatures = 3, -- CI will do one - two additional people need to sign the firmware
pubkeys = {
'132da550bbc95a006d2267c85155e8454c8b4da6f2300afe4118c82f398850ec', -- CI (autobuild)
'553a4961a2b4d6a7ee23ac493fee32afe086ba58a68e7f5010281e1f2bd4fcc7', -- Oleander
'967dfd2acb6be2111d161654a75fd28c8dd866433297000b50b6a6fc5832fd29', -- Alvar
'e58a3d64af63bc5f08d86b98feef246dc162ec31c0d5d4ba8fa67460c23294f0', -- Manu
},
},
snapshot = {
name = 'snapshot',
mirrors = {
'http://update.marburg.link/snapshot/sysupgrade',
},
good_signatures = 1, -- CI will do it by default - allow others just in case
pubkeys = {
'132da550bbc95a006d2267c85155e8454c8b4da6f2300afe4118c82f398850ec', -- CI (autobuild)
'553a4961a2b4d6a7ee23ac493fee32afe086ba58a68e7f5010281e1f2bd4fcc7', -- Oleander
'967dfd2acb6be2111d161654a75fd28c8dd866433297000b50b6a6fc5832fd29', -- Alvar
'e58a3d64af63bc5f08d86b98feef246dc162ec31c0d5d4ba8fa67460c23294f0', -- Manu
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://update.marburg.link/experimental/sysupgrade',
},
good_signatures = 2, -- CI will do one - one additional person needs to sign the firmware
pubkeys = {
'132da550bbc95a006d2267c85155e8454c8b4da6f2300afe4118c82f398850ec', -- CI (autobuild)
'553a4961a2b4d6a7ee23ac493fee32afe086ba58a68e7f5010281e1f2bd4fcc7', -- Oleander
'967dfd2acb6be2111d161654a75fd28c8dd866433297000b50b6a6fc5832fd29', -- Alvar
'e58a3d64af63bc5f08d86b98feef246dc162ec31c0d5d4ba8fa67460c23294f0', -- Manu
},
},
},
},
config_mode = {
remote_login = {
show_password_form = true,
},
owner = {
obligatory = true
},
geo_location = {
show_altitude = true,
osm = {
center = {
lat = 50.7985,
lon = 8.7428,
},
zoom = 13,
},
},
},
}