{ site_name = 'Freifunk Bremen', site_code = 'ffhb', default_domain = 'ffhb_batv15', timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin regdom = 'DE', mesh_vpn = { enabled = true, mtu = 1280, fastd = { methods = {'salsa2012+umac'}, configurable = true, }, bandwidth_limit = { enabled = false, egress = 1800, ingress = 14400, }, }, opkg = { extra = { modules = 'http://downloads.bremen.freifunk.net/opkg/modules/gluon-%GS-%GR/%S', }, }, autoupdater = { branch = 'stable', branches = { nightly = { name = 'nightly', mirrors = { 'http://downloads.bremen.freifunk.net/firmware/nightly/sysupgrade', }, good_signatures = 1, pubkeys = { '4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', -- autobuilder 'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza '5a83733dec4de52c238548194d85b5ff54a92836f7a5a75579f5ddcf8dd90ee8', -- corny '99d180f2e3d5b0844ebbe4a4cee2b305e1d35e3112f0ab09f162c988ffc63131', -- SimJoSt 'd22449306f5e592a5554053714e40101c6a7b053acb715504d68ef82fce9ccbe', -- oliver 'b3d1fe3851f4c70b1eda7103fd835d56f3a5dc7f057b6730f83d895332a9caa2', -- janeric 'd379820dff85557786f6f30368c257d6c782fd8d54bef89f9c67a992b8d9e1f2', -- genofire }, }, testing = { name = 'testing', mirrors = { 'http://downloads.bremen.freifunk.net/firmware/testing/sysupgrade', }, good_signatures = 1, pubkeys = { 'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza '5a83733dec4de52c238548194d85b5ff54a92836f7a5a75579f5ddcf8dd90ee8', -- corny '99d180f2e3d5b0844ebbe4a4cee2b305e1d35e3112f0ab09f162c988ffc63131', -- SimJoSt 'd22449306f5e592a5554053714e40101c6a7b053acb715504d68ef82fce9ccbe', -- oliver 'b3d1fe3851f4c70b1eda7103fd835d56f3a5dc7f057b6730f83d895332a9caa2', -- janeric 'd379820dff85557786f6f30368c257d6c782fd8d54bef89f9c67a992b8d9e1f2', -- genofire }, }, stable = { name = 'stable', mirrors = { 'http://downloads.bremen.freifunk.net/firmware/stable/sysupgrade', }, good_signatures = 2, pubkeys = { 'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza '5a83733dec4de52c238548194d85b5ff54a92836f7a5a75579f5ddcf8dd90ee8', -- corny '99d180f2e3d5b0844ebbe4a4cee2b305e1d35e3112f0ab09f162c988ffc63131', -- SimJoSt 'd22449306f5e592a5554053714e40101c6a7b053acb715504d68ef82fce9ccbe', -- oliver 'b3d1fe3851f4c70b1eda7103fd835d56f3a5dc7f057b6730f83d895332a9caa2', -- janeric 'd379820dff85557786f6f30368c257d6c782fd8d54bef89f9c67a992b8d9e1f2', -- genofire }, }, }, }, autoupdater_switcher = { date = '20140324', branch = 'testing', }, wifi5 = { outdoor_chanlist = '100-140', }, config_mode = { remote_login = { show_password_form = true, -- default: min_password_length = 12, }, geo_location = { show_altitude = false, osm = { center = { lat = 53.131187, lon = 8.729324, }, zoom = 11, }, }, }, ssid_changer = { enabled = true, switch_timeframe = 3, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID -- set to 1440 to change once a day -- set to 1 minute to change every time the router gets offline first = 3, -- the first few minutes directly after reboot within which an Offline-SSID may be -- activated every minute (must be <= switch_timeframe) prefix = 'FF_offline_', -- use something short to leave space for the nodename (no '~' allowed!) suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none' tq_limit_enabled = false, -- if false, the offline SSID will only be set if there is no gateway reacheable -- if true, set upper and lower limit to turn the offline_ssid on and off -- in-between these two values the SSID will never be changed to prevent it from -- toggeling every minute: tq_limit_max = 45, -- upper limit, above that the online SSID will be used tq_limit_min = 35 -- lower limit, below that the offline SSID will be used }, } -- vim: noet ts=4