-
Notifications
You must be signed in to change notification settings - Fork 2
/
site.conf
147 lines (132 loc) · 5.06 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
{
hostname_prefix = '',
site_name = 'Freifunk Mainz, Wiesbaden und Umgebung',
site_code = 'ffmwu',
default_domain = 'umland',
domain_director = {
enabled = true,
url = 'http://director.ffmwu.org/',
switch_after_offline = 360,
},
opkg = {
openwrt = 'http://opkg.ffmwu.org/releases/packages-%v/%A',
extra = {
gluon = 'http://firmware.ffmwu.org/_library/%GR/packages/%S',
},
},
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
regdom = 'DE',
wifi24 = {
channel = 6,
mesh = {
mcast_rate = 12000,
},
},
wifi5 = {
channel = 44,
outdoor_chanlist = "96-116 132-140",
mesh = {
mcast_rate = 12000,
},
},
-- Options specific to routing protocols (optional)
mesh = {
-- Options specific to the batman-adv routing protocol (optional)
batman_adv = {
routing_algo = 'BATMAN_IV',
-- Gateway selection class (optional)
-- The default class 20 is based on the link quality (TQ) only,
-- class 1 is calculated from both the TQ and the announced bandwidth
gw_sel_class = 15,
},
},
-- Filter all router advertisements not originating from Gateway with best link quality (TQ)
radv_filterd = {
-- threshold should be in sync with mesh.batman_adv.gw_sel_class
threshold = 15,
},
mesh_vpn = {
enabled = true,
pubkey_privacy = false,
fastd = {
configurable = true,
methods = {'salsa2012+umac'},
mtu = 1406,
groups = {
backbone = {
-- Limit number of connected peers from this group
limit = 1,
},
},
},
bandwidth_limit = {
enabled = false,
egress = 2560, -- 2 Mbit/s
ingress = 10240, -- 10 Mbit/s
},
},
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://firmware.ffmwu.org/stable/sysupgrade', -- combined (DNS)
},
good_signatures = 3,
pubkeys = {
'1951f045ea50ba3b839f1902ad389935256f09e589bdf8e6fd697e54143eef50', -- autobuild
'2d7d4c160d8b2c85d2a80d5a2e58a4326b0fd8380b8fd057938ccb5e2d94d5c3', -- belzebub40k
'df0373c8f9783632406e57948aac3e93efbcae737e8c3971da0bb53fcc33f649', -- knirps
'784249da3c254db96df556540b2c6f32e64a23269e48f03e78f61d9be2d9398f', -- kokel
'285c700400fd8a8cc135bd7400926aa91705acb3bd8e8142c6c9b392878ac91d', -- n0trax
'a2f42ad93a24a6e4d0063e362f343610c015cca9a07592a189edcbb098bf0e79', -- prisma
},
},
testing = {
name = 'testing',
mirrors = {
'http://firmware.ffmwu.org/testing/sysupgrade', -- combined (DNS)
},
good_signatures = 3,
pubkeys = {
'1951f045ea50ba3b839f1902ad389935256f09e589bdf8e6fd697e54143eef50', -- autobuild
'2d7d4c160d8b2c85d2a80d5a2e58a4326b0fd8380b8fd057938ccb5e2d94d5c3', -- belzebub40k
'df0373c8f9783632406e57948aac3e93efbcae737e8c3971da0bb53fcc33f649', -- knirps
'784249da3c254db96df556540b2c6f32e64a23269e48f03e78f61d9be2d9398f', -- kokel
'285c700400fd8a8cc135bd7400926aa91705acb3bd8e8142c6c9b392878ac91d', -- n0trax
'a2f42ad93a24a6e4d0063e362f343610c015cca9a07592a189edcbb098bf0e79', -- prisma
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://firmware.ffmwu.org/experimental/sysupgrade', -- combined (DNS)
},
good_signatures = 1,
pubkeys = {
'1951f045ea50ba3b839f1902ad389935256f09e589bdf8e6fd697e54143eef50', -- autobuild
'2d7d4c160d8b2c85d2a80d5a2e58a4326b0fd8380b8fd057938ccb5e2d94d5c3', -- belzebub40k
'df0373c8f9783632406e57948aac3e93efbcae737e8c3971da0bb53fcc33f649', -- knirps
'784249da3c254db96df556540b2c6f32e64a23269e48f03e78f61d9be2d9398f', -- kokel
'285c700400fd8a8cc135bd7400926aa91705acb3bd8e8142c6c9b392878ac91d', -- n0trax
'a2f42ad93a24a6e4d0063e362f343610c015cca9a07592a189edcbb098bf0e79', -- prisma
},
},
},
},
config_mode = {
geo_location = {
-- hide the altitude field
show_altitude = false,
osm = {
openlayers_url = 'http://ol.ffmwu.org',
zoom = 11,
center = {
lat = 50.017064,
lon = 8.107224,
},
},
},
},
}