Changed Wifi names, fix format

master
alex 2021-08-09 22:57:45 +02:00
parent 4f5f08f1e1
commit 0711829196
1 changed files with 48 additions and 34 deletions

View File

@ -8,36 +8,38 @@
prefix6 = 'fdef:ffc0:7030::/64', prefix6 = 'fdef:ffc0:7030::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {'gluon-ntp.leipzig.freifunk.net'}, ntp_servers = {
'gluon-ntp.leipzig.freifunk.net'
},
regdom = 'DE', regdom = 'DE',
wifi24 = { wifi24 = {
ap = { ap = {
ssid = '061-FREIFUNK-', ssid = 'freifunk-leipzig.de',
}, },
channel = 1, channel = 1,
mesh = { mesh = {
id = 'LiMe', id = 'de:ze:nt:ra:le.space',
mcast_rate = 12000, mcast_rate = 12000,
}, },
}, },
wifi5 = { wifi5 = {
ap = { ap = {
ssid = '061-FREIFUNK-', ssid = 'freifunk-leipzig.de',
}, },
channel = 44, channel = 44,
mesh = { mesh = {
id = 'LiMe', id = 'de:ze:nt:ra:le.space',
mcast_rate = 12000, mcast_rate = 12000,
}, },
}, },
mesh = { mesh = {
vxlan = false, vxlan = false,
batman_adv = { batman_adv = {
routing_algo = 'BATMAN_IV', routing_algo = 'BATMAN_IV',
}, },
}, },
next_node = { next_node = {
ip4 = '10.61.3.3', ip4 = '10.61.3.3',
@ -50,7 +52,11 @@
mtu = 1426, mtu = 1426,
fastd = { fastd = {
configurable = true, configurable = true,
methods = {'salsa2012+umac', 'salsa2012+gmac', 'null+salsa2012+umac'}, methods = {
'salsa2012+umac',
'salsa2012+gmac',
'null+salsa2012+umac'
},
groups = { groups = {
backbone = { backbone = {
limit = 2, limit = 2,
@ -78,7 +84,9 @@
branches = { branches = {
stable = { stable = {
name = 'stable', name = 'stable',
mirrors = {'http://images.freifunk-leipzig.de/images/stable/images/sysupgrade/'}, mirrors = {
'http://images.freifunk-leipzig.de/images/stable/images/sysupgrade/'
},
good_signatures = 1, good_signatures = 1,
pubkeys = { pubkeys = {
'0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder
@ -86,7 +94,9 @@
}, },
testing = { testing = {
name = 'testing', name = 'testing',
mirrors = {'http://images.freifunk-leipzig.de/images/testing/images/sysupgrade/'}, mirrors = {
'http://images.freifunk-leipzig.de/images/testing/images/sysupgrade/'
},
good_signatures = 1, good_signatures = 1,
pubkeys = { pubkeys = {
'0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder
@ -94,7 +104,9 @@
}, },
unstable = { unstable = {
name = 'unstable', name = 'unstable',
mirrors = {'http://images.freifunk-leipzig.de/images/unstable/images/sysupgrade/'}, mirrors = {
'http://images.freifunk-leipzig.de/images/unstable/images/sysupgrade/'
},
good_signatures = 1, good_signatures = 1,
pubkeys = { pubkeys = {
'0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder
@ -102,7 +114,9 @@
}, },
experimental = { experimental = {
name = 'experimental', name = 'experimental',
mirrors = {'http://images.freifunk-leipzig.de/images/experimental/images/sysupgrade/'}, mirrors = {
'http://images.freifunk-leipzig.de/images/experimental/images/sysupgrade/'
},
good_signatures = 1, good_signatures = 1,
pubkeys = { pubkeys = {
'0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder
@ -121,27 +135,27 @@
}, },
roles = { roles = {
default = 'node', default = 'node',
list = { list = {
'node', 'node',
'test', 'test',
'backbone', 'backbone',
'service', 'service',
}, },
}, },
config_mode = { config_mode = {
geo_location = { geo_location = {
show_altitude = true, show_altitude = true,
osm = { osm = {
center = { center = {
lat = 51.346483137, lat = 51.346483137,
lon = 12.377471924, lon = 12.377471924,
}, },
zoom = 12, zoom = 12,
}, },
}, },
remote_login = { remote_login = {
show_password_form = true, show_password_form = true,
}, },
}, },
} }