2018-01-17 13:25:54 +01:00
|
|
|
{
|
2018-01-26 22:06:16 +01:00
|
|
|
domain_names = { ffrgb_tst = 'Regensburg Testumgebung' },
|
2018-01-17 13:25:54 +01:00
|
|
|
domain_seed = 'bcd0ceca2c68b5b9a5975156a0ec0a04aebe3300d9928a04dc57001cc96db252',
|
2018-01-18 00:14:47 +01:00
|
|
|
hide_domain = true,
|
2018-01-17 13:25:54 +01:00
|
|
|
|
|
|
|
prefix4 = '10.90.96.0/19',
|
|
|
|
prefix6 = 'fdef:f30f:1337:cafe::/64',
|
2020-10-06 14:05:57 +02:00
|
|
|
extra_prefixes6 = {'2a00:9d80:6000:0103::/64', '2001:678:ddc:31::/64'},
|
2018-01-17 13:25:54 +01:00
|
|
|
|
|
|
|
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
|
|
|
|
|
|
|
|
wifi24 = {
|
|
|
|
channel = 1,
|
2018-01-28 00:31:08 +01:00
|
|
|
htmode = 'HT20',
|
2018-01-17 13:25:54 +01:00
|
|
|
ap = {
|
2018-03-05 22:52:04 +01:00
|
|
|
ssid = 'test.ffrgb.net',
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
2019-12-08 01:18:36 +01:00
|
|
|
mesh = {
|
|
|
|
id = 'mesh_ffrgb_tst_11s',
|
|
|
|
},
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
wifi5 = {
|
|
|
|
channel = 44,
|
2018-01-28 00:31:08 +01:00
|
|
|
htmode = 'HT20',
|
2018-01-17 13:25:54 +01:00
|
|
|
ap = {
|
2018-01-27 19:43:56 +01:00
|
|
|
ssid = 'test.freifunk.net',
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
2019-12-08 01:18:36 +01:00
|
|
|
mesh = {
|
|
|
|
id = 'mesh_ffrgb_tst_11s',
|
|
|
|
},
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
dns = {
|
|
|
|
cacheentries = 500,
|
2018-01-18 23:22:06 +01:00
|
|
|
servers = { 'fdef:f30f:1337:cafe::31', 'fdef:f30f:1337:cafe::32', },
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
next_node = {
|
2018-02-26 16:52:36 +01:00
|
|
|
name = { 'nextnode.ffrgb', 'nextnode', 'nn' },
|
2018-01-17 13:25:54 +01:00
|
|
|
ip4 = '10.90.96.1',
|
|
|
|
ip6 = 'fdef:f30f:1337:cafe::1',
|
|
|
|
mac = '16:41:95:40:f7:03',
|
|
|
|
},
|
|
|
|
|
2018-07-10 20:50:31 +02:00
|
|
|
mesh = {
|
|
|
|
vxlan = true,
|
|
|
|
filter_membership_reports = false,
|
|
|
|
batman_adv = {
|
|
|
|
gw_sel_class = 1,
|
2019-12-08 01:18:36 +01:00
|
|
|
routing_algo = 'BATMAN_IV',
|
2018-07-10 20:50:31 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
|
2018-01-17 13:25:54 +01:00
|
|
|
mesh_vpn = {
|
2020-06-13 14:05:25 +02:00
|
|
|
mtu = 1364,
|
|
|
|
tunneldigger = {
|
|
|
|
brokers {
|
|
|
|
'gw13.ffrgb.net:20001',
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
autoupdater = {
|
2020-06-13 14:05:25 +02:00
|
|
|
enabled = 0,
|
2018-01-17 13:25:54 +01:00
|
|
|
branches = {
|
|
|
|
stable = {
|
|
|
|
mirrors = {
|
2020-05-29 15:40:16 +02:00
|
|
|
'http://fw.services.ffrgb/firmware-11s/stable/sysupgrade/',
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
|
|
|
},
|
|
|
|
experimental = {
|
|
|
|
mirrors = {
|
2020-05-29 15:40:16 +02:00
|
|
|
'http://fw.services.ffrgb/firmware-11s/experimental/sysupgrade/',
|
2018-01-17 13:25:54 +01:00
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
-- vim: set ft=lua:ts=2:sw=2:et
|