-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.conf_uel
164 lines (150 loc) · 6.86 KB
/
site.conf_uel
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
-- This is a site configuration for Gluon v2018.2
--
{
default_domain = 'zzz',
-- Package Manager configuration to allow kernel module install
opkg = {
extra = {
gluon = 'http://firmware.4830.org/packages/gluon-%GS-%GR/%S',
},
},
domain_director = {
url = 'http://setup.ipv6.4830.org/dd.php',
switch_after_offline = 360,
enabled = true,
},
geolocator = {
url = 'http://setup.ipv6.4830.org/geolocator.php',
},
-- Used for generated hostnames, e.g. freifunk-abcdef123456. (optional)
hostname_prefix = 'unconfigured-node-',
-- Name of the community.
site_name = 'Freifunk powered by 4830.org',
-- Shorthand of the community.
site_code = '4830',
-- Timezone of your community.
-- See http://wiki.openwrt.org/doc/uci/system#time_zones
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
-- List of NTP servers in your community.
-- Must be reachable using IPv6!
-- ntp_servers = {'ntp.4830.org', 'ntp.services.ffgt.net'},
ntp_servers = {'ntp.ffue','ntp2.ffue','ntp3.ffue','2.openwrt.pool.ntp.org'},
-- Wireless regulatory domain of your community.
regdom = 'DE',
config_mode = {
geo_location = {
show_altitude = false,
},
},
mesh_vpn = {
enabled = true,
mtu = 1406,
pubkey_privacy = false,
fastd = {
methods = {'null'},
},
bandwidth_limit = {
enabled = false,
ingress = 16000,
egress = 1000,
},
},
ssid_changer = {
enabled = true,
switch_timeframe = 15, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID
-- set to 1440 to change once a day
-- set to 1 minute to change every time the router gets offline
first = 5, -- the first few minutes directly after reboot within which an Offline-SSID always may be activated (must be <= switch_timeframe)
prefix = 'FF_OFFLINE_', -- use something short to leave space for the nodename (no '~' allowed!)
suffix = 'mac', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'
tq_limit_enabled = false, -- if false, the offline SSID will only be set if there is no gateway reacheable
-- upper and lower limit to turn the offline_ssid on and off
-- in-between these two values the SSID will never be changed to prevent it from toggeling every minute.
tq_limit_max = 45, -- upper limit, above that the online SSID will be used
tq_limit_min = 35 -- lower limit, below that the offline SSID will be used
},
autoupdater = {
enabled = 1,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {'http://migration-firmware.ula.4830.org/stable/sysupgrade',
'http://migration-firmware.ipv6.4830.org/stable/sysupgrade'},
good_signatures = 2,
pubkeys = {
'fbc997a8fd3b7372b3044cf855c660f70b0f713f8ab1dca4b9a1ae297c8f5588', -- FFGT builder
'a7ac1e48f4459a995cf6bcd8d3668ca26cf36a1fe5981ddfca93d4c04632deeb', -- wusel
'3c09bcf54e9c2d244d7888c9d2bdea08b2f2dc249deda23ef8194a114be85390', -- QA1
'f3a88717ce7ec8250b40191edf088d6f30b9179ad7ec80a8e14abfd270ff8770', -- QA2
'bfd00b6d6dd664a0b2d00cff9423b8bf64a88b6c59632b6c5fb6b2a210a3da8b', -- ruediger
},
},
testing = {
name = 'testing',
mirrors = {'http://migration-firmware.ula.4830.org/testing/sysupgrade',
'http://migration-firmware.ipv6.4830.org/testing/sysupgrade'},
good_signatures = 1,
pubkeys = {
'fbc997a8fd3b7372b3044cf855c660f70b0f713f8ab1dca4b9a1ae297c8f5588', -- FFGT builder
'a7ac1e48f4459a995cf6bcd8d3668ca26cf36a1fe5981ddfca93d4c04632deeb', -- wusel
'3c09bcf54e9c2d244d7888c9d2bdea08b2f2dc249deda23ef8194a114be85390', -- QA1
'f3a88717ce7ec8250b40191edf088d6f30b9179ad7ec80a8e14abfd270ff8770', -- QA2
'bfd00b6d6dd664a0b2d00cff9423b8bf64a88b6c59632b6c5fb6b2a210a3da8b', -- ruediger
},
},
experimental = {
name = 'experimental',
mirrors = {'http://migration-firmware.ula.4830.org/experimental/sysupgrade',
'http://migration-firmware.ipv6.4830.org/experimental/sysupgrade'},
good_signatures = 1,
pubkeys = {
'fbc997a8fd3b7372b3044cf855c660f70b0f713f8ab1dca4b9a1ae297c8f5588', -- FFGT builder
'a7ac1e48f4459a995cf6bcd8d3668ca26cf36a1fe5981ddfca93d4c04632deeb', -- wusel
'3c09bcf54e9c2d244d7888c9d2bdea08b2f2dc249deda23ef8194a114be85390', -- QA1
'f3a88717ce7ec8250b40191edf088d6f30b9179ad7ec80a8e14abfd270ff8770', -- QA2
'bfd00b6d6dd664a0b2d00cff9423b8bf64a88b6c59632b6c5fb6b2a210a3da8b', -- ruediger
},
},
rawhide = {
name = 'rawhide',
mirrors = {'http://migration-firmware.ula.4830.org/rawhide/sysupgrade',
'http://migration-firmware.ipv6.4830.org/rawhide/sysupgrade'},
good_signatures = 1,
pubkeys = {
'fbc997a8fd3b7372b3044cf855c660f70b0f713f8ab1dca4b9a1ae297c8f5588', -- FFGT builder
'a7ac1e48f4459a995cf6bcd8d3668ca26cf36a1fe5981ddfca93d4c04632deeb', -- wusel
'3c09bcf54e9c2d244d7888c9d2bdea08b2f2dc249deda23ef8194a114be85390', -- QA1
'f3a88717ce7ec8250b40191edf088d6f30b9179ad7ec80a8e14abfd270ff8770', -- QA2
'bfd00b6d6dd664a0b2d00cff9423b8bf64a88b6c59632b6c5fb6b2a210a3da8b', -- ruediger
},
},
master = {
name = 'master',
mirrors = {'http://migration-firmware.ula.4830.org/master/sysupgrade',
'http://migration-firmware.ipv6.4830.org/master/sysupgrade'},
good_signatures = 1,
pubkeys = {
'fbc997a8fd3b7372b3044cf855c660f70b0f713f8ab1dca4b9a1ae297c8f5588', -- FFGT builder
'a7ac1e48f4459a995cf6bcd8d3668ca26cf36a1fe5981ddfca93d4c04632deeb', -- wusel
'3c09bcf54e9c2d244d7888c9d2bdea08b2f2dc249deda23ef8194a114be85390', -- QA1
'f3a88717ce7ec8250b40191edf088d6f30b9179ad7ec80a8e14abfd270ff8770', -- QA2
'bfd00b6d6dd664a0b2d00cff9423b8bf64a88b6c59632b6c5fb6b2a210a3da8b', -- ruediger
},
},
tng = {
name = 'tng',
mirrors = {'http://migration-firmware.ula.4830.org/tng/sysupgrade',
'http://migration-firmware.ipv6.4830.org/tng/sysupgrade'},
good_signatures = 1,
pubkeys = {
'fbc997a8fd3b7372b3044cf855c660f70b0f713f8ab1dca4b9a1ae297c8f5588', -- FFGT builder
'a7ac1e48f4459a995cf6bcd8d3668ca26cf36a1fe5981ddfca93d4c04632deeb', -- wusel
'3c09bcf54e9c2d244d7888c9d2bdea08b2f2dc249deda23ef8194a114be85390', -- QA1
'f3a88717ce7ec8250b40191edf088d6f30b9179ad7ec80a8e14abfd270ff8770', -- QA2
'bfd00b6d6dd664a0b2d00cff9423b8bf64a88b6c59632b6c5fb6b2a210a3da8b', -- ruediger
},
},
},
},
}