{
	hostname_prefix = 'ffnw-',
	site_name = 'Freifunk Nordwest',
	site_code = 'ffnw',
	default_domain = 'default',

	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin

	ntp_servers = {'ntp.ffnw'},

	opkg = {
		extra = {
%A
		},
	},

	regdom = 'DE',

	wifi24 = {
		channel = 6,
		supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
		basic_rate = {6000, 9000, 18000, 36000, 54000},
		mesh = {
			mcast_rate = 12000,
		},
	},
	wifi5 = {
		channel = 44,
		mesh = {
			mcast_rate = 12000,
		},
	},

	dns = {
		servers = {'2001:1b60:3:34:7711:1:0:1','2001:67c:1400:2250::1'},
	},

	mesh = {
		batman_adv = {
			gw_sel_class = 1, --class 1 is calculated from both the TQ and the announced bandwidth.
		},
	},

	mesh_vpn = {
		enabled = true,
		mtu = 1312,
		fastd = {
			methods = { 'salsa2012+umac' },
			configurable = true,
			groups = {
				backbone = {
					limit = 1,
				},
			},
		},
		-- The bandwidth limit can be enabled by default here.
		bandwidth_limit = {
			enabled = false,
			-- Default upload limit (kbit/s).
			egress = 1800,
			-- Default download limit (kbit/s).
			ingress = 14400,
		},
	},

	autoupdater = {
		branch = 'stable',
		branches = {
			stable = {
				name = 'stable',
				mirrors = {
%B
				},
				good_signatures = 4,
				pubkeys = {
					'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', --bjo
					'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', --floh1111
					'd2b1366a38514e0fac47b119a8a08973ea8020bf9c138908d32b56a5d99f3079', --baranator
					'5d95cc2ef3ad17fe3716469e1effde4a49a25d4de9befa4a6eb260e4cda79ab0', --tata
					'0e6704ba26c150185514a391658455a612839c35bd83e0faffa81e0be48356e2', --sk
					'36dff98a686a15d7fb129fe98df7977c7d53919aa512b825356bd8d638fca534', --PowerPan
					'd3a4cbc90a2d4dbfc5386dd035016a04bfdfe1e7615fa8ea25bea5c048a7f106', --lrnzo
					'e3d2e96563b9be3e95a3d748c0ff50a6f854208b68b4a1181667641d74754c76', --stefan
				},
			},
			testing = {
				name = 'testing',
				mirrors = {
%C
				},
				good_signatures = 1,
				pubkeys = {
					'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', --bjo
					'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', --floh1111
					'd2b1366a38514e0fac47b119a8a08973ea8020bf9c138908d32b56a5d99f3079', --baranator
					'5d95cc2ef3ad17fe3716469e1effde4a49a25d4de9befa4a6eb260e4cda79ab0', --tata
					'0e6704ba26c150185514a391658455a612839c35bd83e0faffa81e0be48356e2', --sk
					'36dff98a686a15d7fb129fe98df7977c7d53919aa512b825356bd8d638fca534', --PowerPan
					'd3a4cbc90a2d4dbfc5386dd035016a04bfdfe1e7615fa8ea25bea5c048a7f106', --lrnzo
					'e3d2e96563b9be3e95a3d748c0ff50a6f854208b68b4a1181667641d74754c76', --stefan
				},
			},
			nightly_master = {
				name = 'nightly_master',
				mirrors = {
%D
				},
				good_signatures = 1,
				pubkeys = {
					'f89880c62f6975facbffa582f6a7078a63102477f1770f429f4e6e2a1ac7506f', --runner01.ffnw.de
				},
			},
		},
	},

	config_mode = {
		geo_location = {
			show_altitude = true,
                        osm = {
                                center = {
                                        lat = 53.084126922,
                                        lon = 7.915649414,
                                },
                        },
		},
	},
}