{
	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,
		mesh = {
			mcast_rate = 12000,
		},
	},
	wifi5 = {
		channel = 44,
		mesh = {
			mcast_rate = 12000,
		},
	},

	dns = {
		servers = {'2a06:e881:2000:8::1','2a06:e881:2000:7::1'},
	},

	mesh = {
		batman_adv = {
			gw_sel_class = 1, --class 1 is calculated from both the TQ and the announced bandwidth.
			routing_algo = "BATMAN_IV", -- also possible: "BATMAN_V" and "BATMAN_IV_LEGACY", but this value may not be unset
		},
	},

	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 = 3,
				pubkeys = {
					'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', --floh1111
					'5d95cc2ef3ad17fe3716469e1effde4a49a25d4de9befa4a6eb260e4cda79ab0', --tata
					'0e6704ba26c150185514a391658455a612839c35bd83e0faffa81e0be48356e2', --sk
					'd3a4cbc90a2d4dbfc5386dd035016a04bfdfe1e7615fa8ea25bea5c048a7f106', --lrnzo
					'e3d2e96563b9be3e95a3d748c0ff50a6f854208b68b4a1181667641d74754c76', --stefan
				},
			},
			testing = {
				name = 'testing',
				mirrors = {
%C
				},
				good_signatures = 1,
				pubkeys = {
					'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', --floh1111
					'5d95cc2ef3ad17fe3716469e1effde4a49a25d4de9befa4a6eb260e4cda79ab0', --tata
					'0e6704ba26c150185514a391658455a612839c35bd83e0faffa81e0be48356e2', --sk
					'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,
                                },
                        },
		},
	},
}