forked from remote/site-ffmuc
148 lines
3.8 KiB
Lua
148 lines
3.8 KiB
Lua
{
|
|
hostname_prefix = 'welcome',
|
|
site_name = 'Freifunk München Welcome',
|
|
site_code = 'ffmuc_welcome',
|
|
|
|
opkg = {
|
|
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
|
|
},
|
|
|
|
prefix4 = '10.80.64.0/19',
|
|
prefix6 = 'fdef:ffc0:4fff:1::/64',
|
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
|
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
|
|
|
mesh_on_wan = false,
|
|
|
|
regdom = 'DE',
|
|
|
|
wifi24 = {
|
|
channel = 6,
|
|
ap = {
|
|
ssid = 'muenchen.freifunk.net',
|
|
},
|
|
--mesh = {
|
|
-- id = 'ffmuc-welcome-mesh',
|
|
-- mcast_rate = 12000,
|
|
--},
|
|
ibss = {
|
|
ssid = 'mesh.ffmuc.welcome',
|
|
bssid = '02:0E:8E:1E:61:18',
|
|
mcast_rate = 12000,
|
|
},
|
|
},
|
|
|
|
wifi5 = {
|
|
channel = 44,
|
|
ap = {
|
|
ssid = 'muenchen.freifunk.net',
|
|
},
|
|
--mesh = {
|
|
-- id = 'ffmuc-welcome-mesh',
|
|
-- mcast_rate = 12000,
|
|
--},
|
|
ibss = {
|
|
ssid = 'mesh.ffmuc.welcome',
|
|
bssid = '02:0E:8E:1E:61:18',
|
|
mcast_rate = 12000,
|
|
},
|
|
},
|
|
|
|
mesh = {
|
|
batman_adv = {
|
|
gw_sel_class = 3,
|
|
},
|
|
},
|
|
|
|
next_node = {
|
|
ip4 = '10.80.64.1',
|
|
ip6 = 'fdef:ffc0:4fff:1::1',
|
|
mac = '16:41:95:40:f7:dc',
|
|
},
|
|
|
|
fastd_mesh_vpn = {
|
|
methods = {'salsa2012+umac'},
|
|
mtu = 1280,
|
|
groups = {
|
|
backbone = {
|
|
limit = 1,
|
|
peers = {
|
|
gwf01 = {
|
|
key = '89951ed50d591c0a4682ae50cb38806efe44dd736ba91ef64c9ef06b20ec186e',
|
|
remotes = {
|
|
'"gwf01.ffmuc.net" port 11001',
|
|
'"gwf01.freifunk-muenchen.de" port 11001',
|
|
},
|
|
},
|
|
gwf02 = {
|
|
key = 'e255f2671c56f28a65173719be61939e5d48518eaa4da0d19283fd5395908e35',
|
|
remotes = {
|
|
'"gwf02.ffmuc.net" port 11001',
|
|
'"gwf02.freifunk-muenchen.de" port 11001',
|
|
},
|
|
},
|
|
gwf03 = {
|
|
key = 'bf16080ab05a4416285638208e6f17055ea8f92cfd496c61eee1f1160cf6d386',
|
|
remotes = {
|
|
'"gwf03.ffmuc.net" port 11001',
|
|
'"gwf03.freifunk-muenchen.de" port 11001',
|
|
},
|
|
},
|
|
gwf04 = {
|
|
key = '421a2c8e78f86d08fa7c8c7660b0dc073640ff365acb308ab92155c33488c539',
|
|
remotes = {
|
|
'"gwf04.ffmuc.net" port 11001',
|
|
'"gwf04.freifunk-muenchen.de" port 11001',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
bandwidth_limit = {
|
|
enabled = false,
|
|
egress = 1500,
|
|
ingress = 12000,
|
|
},
|
|
},
|
|
|
|
autoupdater = {
|
|
enabled = 1,
|
|
branch = 'stable',
|
|
branches = {
|
|
stable = {
|
|
name = 'stable',
|
|
mirrors = {
|
|
'http://firmware.ffmuc.net/stable/sysupgrade/',
|
|
'http://[fdef:ffc0:4fff::130]/stable/sysupgrade/',
|
|
},
|
|
probability = 0.1,
|
|
good_signatures = 3,
|
|
pubkeys = {
|
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
'07a118c2ece480bbff5d43ffc39796285d10de9a8e2ce878cade49207886eb0f', -- build.ffmuc.net
|
|
},
|
|
},
|
|
experimental = {
|
|
name = 'experimental',
|
|
mirrors = {
|
|
'http://firmware.ffmuc.net/experimental/sysupgrade/',
|
|
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
|
|
},
|
|
probability = 0.5,
|
|
good_signatures = 2,
|
|
pubkeys = {
|
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
'07a118c2ece480bbff5d43ffc39796285d10de9a8e2ce878cade49207886eb0f', -- build.ffmuc.net
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
}
|
|
-- vim: set ft=lua:ts=2:sw=2:et
|