Skip to content
Snippets Groups Projects
Commit f0d417d1 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

site.conf: Update site.conf to release v2018.1.x

* add domain_seed
* disable vxlan
parent 4a04ac51
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
hostname_prefix = 'ffnw-',
site_name = 'Freifunk Nordwest',
site_code = 'ffnw',
domain_seed = '7e960cab48068f4b17f865a04c211a27478dc25873d693775034ecf46d90a0cb',
prefix6 = 'fd74:fdaa:9dc4::/64',
......@@ -40,18 +41,19 @@
},
},
dns = {
cacheentries = 5000,
servers = {'2001:1b60:3:34:7711:1:0:1','2001:67c:1400:2250::1'},
},
dns = {
servers = {'2001:1b60:3:34:7711:1:0:1','2001:67c:1400:2250::1'},
},
next_node = {
name = 'node.ffnw',
name = { 'node.ffnw', 'nextnode', 'nn' },
ip6 = 'fd74:fdaa:9dc4::127',
mac = '16:41:95:40:f7:dc',
},
mesh = {
mesh.vxlan = false,
batman_adv = {
gw_sel_class = 1, --class 1 is calculated from both the TQ and the announced bandwidth.
},
......@@ -86,6 +88,7 @@
},
mesh_on_wan = false,
mesh_on_lan = false,
poe_passthrough = false,
autoupdater = {
branch = 'stable',
......@@ -133,7 +136,7 @@
},
good_signatures = 1,
pubkeys = {
'f89880c62f6975facbffa582f6a7078a63102477f1770f429f4e6e2a1ac7506f', --runner02.ffnw.de
'f89880c62f6975facbffa582f6a7078a63102477f1770f429f4e6e2a1ac7506f', --runner01.ffnw.de
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment