This repository has been archived by the owner on May 7, 2023. It is now read-only.
forked from FreiFunkMuenster/site-ffms-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.conf
105 lines (92 loc) · 2.25 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
{
hostname_prefix = 'freifunk',
site_name = '[email protected] Domäne 03',
site_code = 'ffdond03',
prefix4 = '10.86.16.0/22',
prefix6 = '2a03:2260:3005:300::/64',
mesh_on_lan = true,
-- timezone
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
-- network ntp services
ntp_servers = { '0.de.pool.ntp.org', '1.de.pool.ntp.org', '2.de.pool.ntp.org', '3.de.pool.ntp.org' },
-- regulatory domain of your wifi
regdom = 'DE',
wifi24 = {
channel = 1,
ap = {
ssid = '[email protected]',
},
ibss = {
ssid = '02:00:0a:56:10:00',
bssid = '02:00:0a:56:10:00',
mcast_rate = 12000,
},
},
wifi5 = {
channel = 44,
ap = {
ssid = 'Freifunk',
},
ibss = {
ssid = '02:00:0a:56:10:00',
bssid = '02:00:0a:56:10:00',
mcast_rate = 12000,
},
},
next_node = {
ip4 = '10.86.16.1',
ip6 = '2a03:2260:3005:300::1',
mac = '02:00:0a:56:10:00',
},
tunneldigger_mesh_vpn = {
mtu = 1364,
brokers = {
'88.198.184.218:20010',
'178.254.21.149:20010',
},
bandwidth_limit = {
enabled = false,
ingress = 25000,
egress = 5000,
},
},
-- autoupdater config
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://firmware.ffms/site-ffms/stable/sysupgrade',
},
good_signatures = 5,
pubkeys = {
'6c196570ee5f8f4a567d5e2ae9d37c07dc2e40ef737724ae55f424cd079bac07', -- FF-Buildservice
'f99aad99d526bec04089a63cf3c07d3cbeddc443b399fa3ccd9b07ab03a2172f', -- void
},
},
beta = {
name = 'beta',
mirrors = {
'http://firmware.ffms/site-ffms/beta/sysupgrade',
},
good_signatures = 5,
pubkeys = {
'6c196570ee5f8f4a567d5e2ae9d37c07dc2e40ef737724ae55f424cd079bac07', -- FF-Buildservice
'f99aad99d526bec04089a63cf3c07d3cbeddc443b399fa3ccd9b07ab03a2172f', -- void
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://firmware.ffms/site-ffms/experimental/sysupgrade',
},
good_signatures = 5,
pubkeys = {
'6c196570ee5f8f4a567d5e2ae9d37c07dc2e40ef737724ae55f424cd079bac07', -- FF-Buildservice
'f99aad99d526bec04089a63cf3c07d3cbeddc443b399fa3ccd9b07ab03a2172f', -- void
},
},
},
},
}