-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.conf
94 lines (82 loc) · 2.69 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
{
site_name = 'Freifunk Südholstein',
site_code = 'ffsh',
default_domain = 'ffsh',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = {'ntp0.freifunk-suedholstein.de', 'ntp1.freifunk-suedholstein.de', 'ntp2.freifunk-suedholstein.de', 'ntp3.freifunk-suedholstein.de', 'ntp4.freifunk-suedholstein.de', 'ntp5.freifunk-suedholstein.de', 'ntp6.freifunk-suedholstein.de'},
regdom = 'DE',
poe_passthrough = false,
wifi24 = {
mesh = {
mcast_rate = 12000,
},
},
wifi5 = {
mesh = {
mcast_rate = 12000,
},
},
mesh_vpn = {
enabled = true,
fastd = {
mtu = 1426,
methods = {'salsa2012+umac'},
configurable = true,
},
bandwidth_limit = {
enabled = false,
egress = 1500,
ingress = 4000,
},
},
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {'http://firmware.freifunk-suedholstein.de/stable/sysupgrade'},
good_signatures = 1,
pubkeys = {
'e7abbd532eee49541129e1d5481b74e2d6cc1da78bb2a2f8278085c0761f685a', -- kst
'edbfe3c4a0448812c9aa348cebb8794d700077677a096692ac9285a659840556', -- ulf
'69a9e9ad28d86d1619ae596b5f7ba1be3cc42f877d673757a9daf1f0ee7231d0', -- grotax
},
},
rc = {
name = 'rc',
mirrors = {'http://firmware.freifunk-suedholstein.de/rc/sysupgrade'},
good_signatures = 1,
pubkeys = {
'e7abbd532eee49541129e1d5481b74e2d6cc1da78bb2a2f8278085c0761f685a', -- kst
'edbfe3c4a0448812c9aa348cebb8794d700077677a096692ac9285a659840556', -- ulf
'69a9e9ad28d86d1619ae596b5f7ba1be3cc42f877d673757a9daf1f0ee7231d0', -- grotax
},
},
testing = {
name = 'testing',
mirrors = {'http://firmware.freifunk-suedholstein.de/testing/sysupgrade'},
good_signatures = 1,
pubkeys = {
'e7abbd532eee49541129e1d5481b74e2d6cc1da78bb2a2f8278085c0761f685a', -- kst
'edbfe3c4a0448812c9aa348cebb8794d700077677a096692ac9285a659840556', -- ulf
'69a9e9ad28d86d1619ae596b5f7ba1be3cc42f877d673757a9daf1f0ee7231d0', -- grotax
},
},
dev = {
name = 'dev',
mirrors = {'http://firmware.freifunk-suedholstein.de/dev/sysupgrade'},
good_signatures = 1,
pubkeys = {
'e7abbd532eee49541129e1d5481b74e2d6cc1da78bb2a2f8278085c0761f685a', -- kst
'edbfe3c4a0448812c9aa348cebb8794d700077677a096692ac9285a659840556', -- ulf
'69a9e9ad28d86d1619ae596b5f7ba1be3cc42f877d673757a9daf1f0ee7231d0', -- grotax
},
},
},
},
config_mode = {
geo_location = {
show_altitude = false,
},
},
}