53 lines
1.0 KiB
Plaintext
53 lines
1.0 KiB
Plaintext
{
|
|
site_name = 'Centauri Mesh',
|
|
site_code = 'centauri',
|
|
default_domain = 'alpha_centauri',
|
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
|
ntp_server = {'ntp1.example.org', 'ntp2.example.org'},
|
|
regdom = 'DE',
|
|
|
|
wifi24 = {
|
|
mesh = {
|
|
mcast_rate = 12000,
|
|
},
|
|
},
|
|
|
|
wifi5 = {
|
|
mesh = {
|
|
mcast_rate = 12000,
|
|
},
|
|
},
|
|
|
|
mesh_vpn = {
|
|
|
|
fastd = {
|
|
methods = {'salsa2012+umac'},
|
|
mtu = 1312,
|
|
},
|
|
|
|
bandwidth_limit = {
|
|
enabled = false,
|
|
egress = 200, -- kbit/s
|
|
ingress = 3000, -- kbit/s
|
|
},
|
|
},
|
|
|
|
autoupdater = {
|
|
branch = 'stable',
|
|
|
|
branches = {
|
|
stable = {
|
|
name = 'stable',
|
|
mirrors = {'http://update.example.org/stable/sysupgrade'},
|
|
good_signatures = 2,
|
|
pubkeys = {
|
|
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Alice
|
|
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Bob
|
|
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Mary
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|