Skip to content
Snippets Groups Projects
grafschaft_bentheim.conf 1.48 KiB
Newer Older
Jan-Tarek Butt's avatar
Jan-Tarek Butt committed
{
	domain_names = { grafschaft_bentheim = 'Grafschaft Bentheim' },
	domain_seed = '5cf1fbc9e917174cc157870116183da68e1994ac75cce4cfe612a26b4fef606c',
Jan-Tarek Butt's avatar
Jan-Tarek Butt committed

	prefix6 = '2a06:e881:2000:4a01::/64',
	extra_prefixes6 = { 'fd74:fdaa:9dc4::/64' },
	prefix4 = '10.18.80.0/21',
Jan-Tarek Butt's avatar
Jan-Tarek Butt committed

	wifi24 = {
		ap = {
			ssid = 'testing.nordwest.freifunk.net',
		},
		mesh = {
			id = 't-ffnw-mesh_02:00:0a:12:50:00',
		},
	},
	wifi5 = {
		ap = {
			ssid = 'testing.nordwest.freifunk.net',
		},
		mesh = {
			id = 't-ffnw-mesh_02:00:0a:12:50:00',
Jan-Tarek Butt's avatar
Jan-Tarek Butt committed

	next_node = {
		name = { 'node.ffnw', 'nextnode', 'nn' },
Jan-Tarek Butt's avatar
Jan-Tarek Butt committed

		fastd = {
			groups = {
				backbone = {
					peers = {
						clp01 = {
							key ='dcf496d15011e9f5fab63505c5e3b2eabab03d03b8f2319341ec53e31c6718c5',
							remotes = {'"clp01.sn.ffnw.de" port 10002'},
						},
						clp02 = {
							key ='0bc26b5fc747492d265aae55314da3439619a7c41013e0dbbc44de8644195313',
							remotes = {'"clp01.sn.ffnw.de" port 10003'},
						},
					},
				},
			},
		},
		tunneldigger = {
			brokers = {'clp01.sn.ffnw.de:9001'}
		},
	},
	hoodselector = {
		shapes = {
			{
				{
					lat = 52.178,
					lon = 6.652
				},
				{
					lat = 52.178,
					lon = 7.41
				},
				{
					lat = 52.35,
					lon = 7.41
				},
				{
					lat = 52.35,
					lon = 7.244
				},
				{
					lat = 52.69,
					lon = 7.244
				},
				{
					lat = 52.69,
					lon = 6.652
				},
				{
					lat = 52.178,
					lon = 6.652
				}
			}
		}
	}
Jan-Tarek Butt's avatar
Jan-Tarek Butt committed
}