From b9f1abcac6d7d4c3e7af7add5918b6b0e64caa06 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt <tarek@ring0.de> Date: Wed, 7 Jul 2021 01:47:22 +0200 Subject: [PATCH] =?UTF-8?q?add=20domain=20lk=20Wittmund=20s=C3=BCd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Tarek Butt <tarek@ring0.de> --- domains/landkreis_wittmund_sued.conf | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 domains/landkreis_wittmund_sued.conf diff --git a/domains/landkreis_wittmund_sued.conf b/domains/landkreis_wittmund_sued.conf new file mode 100644 index 0000000..23a84a6 --- /dev/null +++ b/domains/landkreis_wittmund_sued.conf @@ -0,0 +1,44 @@ +{ + domain_names = { landkreis_wittmund_sued = 'Landkreis Wittmund Süd' }, + domain_seed = '', + + prefix6 = '', + extra_prefixes6 = { 'fd74:fdaa:9dc4::/64' }, + prefix4 = '', + + wifi24 = { + ap = { + ssid = 'test.nordwest.freifunk.net', + owe_ssid = 'owe.test.nordwest.freifunk.net', + owe_transition_mode = true, + }, + mesh = { + id = 't-ffnw-mesh_', + }, + }, + wifi5 = { + ap = { + ssid = 'test.nordwest.freifunk.net', + owe_ssid = 'owe.test.nordwest.freifunk.net', + owe_transition_mode = true, + }, + mesh = { + id = 't-ffnw-mesh_', + }, + }, + + next_node = { + name = { 'node.ffnw', 'nextnode', 'nn' }, + ip6 = 'fd74:fdaa:9dc4::127', + }, + + mesh_vpn = { + tunneldigger = { + brokers = {''} + }, + }, + hoodselector = { + shapes = { + } + } +} -- GitLab