2015-03-03 11:27:16 +01:00
|
|
|
{
|
2015-12-17 20:31:20 +01:00
|
|
|
hostname_prefix = '',
|
2015-05-19 14:17:58 +02:00
|
|
|
site_name = 'Freifunk Regensburg',
|
2016-05-16 19:31:47 +02:00
|
|
|
site_code = 'ffrgb',
|
2019-12-08 01:17:02 +01:00
|
|
|
default_domain = 'ffrgb_cty',
|
2015-12-12 22:07:19 +01:00
|
|
|
|
|
|
|
opkg = {
|
2019-12-08 01:17:02 +01:00
|
|
|
openwrt = 'http://downloads.openwrt.org/snapshots/packages/%A',
|
2015-12-12 22:07:19 +01:00
|
|
|
},
|
2015-05-19 14:17:58 +02:00
|
|
|
|
2018-01-25 22:55:19 +01:00
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
2021-08-11 16:27:53 +02:00
|
|
|
ntp_servers = {'ntp.ffrgb.net'},
|
2015-05-19 14:17:58 +02:00
|
|
|
|
|
|
|
regdom = 'DE',
|
|
|
|
|
2018-01-16 00:15:34 +01:00
|
|
|
mesh_vpn = {
|
2015-05-19 14:17:58 +02:00
|
|
|
mtu = 1426,
|
2018-01-16 00:15:34 +01:00
|
|
|
fastd = {
|
|
|
|
configurable = true,
|
|
|
|
methods = {'salsa2012+umac'},
|
2015-05-19 14:17:58 +02:00
|
|
|
},
|
2018-01-16 00:15:34 +01:00
|
|
|
bandwidth_limit = {
|
|
|
|
enabled = false,
|
|
|
|
ingress = 12000,
|
|
|
|
egress = 1200,
|
|
|
|
},
|
2015-05-19 14:17:58 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
autoupdater = {
|
|
|
|
enabled = 1,
|
|
|
|
branch = 'stable',
|
|
|
|
branches = {
|
|
|
|
stable = {
|
|
|
|
name = 'stable',
|
|
|
|
good_signatures = 1,
|
|
|
|
pubkeys = {
|
2015-03-03 11:27:16 +01:00
|
|
|
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
2015-05-19 14:17:58 +02:00
|
|
|
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
2018-01-15 15:25:27 +01:00
|
|
|
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
2015-05-19 14:17:58 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
experimental = {
|
2015-03-03 11:27:16 +01:00
|
|
|
name = 'experimental',
|
2015-05-19 14:17:58 +02:00
|
|
|
good_signatures = 1,
|
|
|
|
pubkeys = {
|
2015-03-03 11:27:16 +01:00
|
|
|
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
2018-01-15 15:25:27 +01:00
|
|
|
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
|
|
|
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
2015-05-19 14:17:58 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2022-03-29 20:25:49 +02:00
|
|
|
|
|
|
|
config_mode = {
|
|
|
|
geo_location = {
|
2022-03-30 13:10:23 +02:00
|
|
|
show_altitude = false,
|
2022-03-29 20:25:49 +02:00
|
|
|
osm = {
|
|
|
|
center = {
|
|
|
|
lat = 49.01384173771134,
|
|
|
|
lon = 12.096109539536478,
|
|
|
|
},
|
|
|
|
zoom = 12,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
interfaces = {
|
|
|
|
lan = {
|
2023-08-21 17:03:50 +02:00
|
|
|
default_roles = { 'client' },
|
2022-03-29 20:25:49 +02:00
|
|
|
},
|
|
|
|
wan = {
|
|
|
|
default_roles = { 'uplink', 'mesh' },
|
|
|
|
},
|
|
|
|
single = {
|
|
|
|
default_roles = { 'uplink', 'mesh' },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
2015-03-03 11:27:16 +01:00
|
|
|
}
|
2022-03-29 20:25:49 +02:00
|
|
|
|
|
|
|
|
2015-03-03 11:27:16 +01:00
|
|
|
-- vim: set ft=lua:ts=2:sw=2:et
|