|
@@ -1,5 +1,5 @@
|
|
{
|
|
{
|
|
- hostname_prefix = 'FF-DO',
|
|
|
|
|
|
+ hostname_prefix = 'FF-DO-',
|
|
site_name = 'Freifunk Dortmund',
|
|
site_name = 'Freifunk Dortmund',
|
|
site_code = 'ffdo',
|
|
site_code = 'ffdo',
|
|
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
|
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
|
@@ -36,15 +36,27 @@
|
|
|
|
|
|
fastd_mesh_vpn = {
|
|
fastd_mesh_vpn = {
|
|
methods = {'salsa2012+umac'},
|
|
methods = {'salsa2012+umac'},
|
|
- configurable = true,
|
|
|
|
mtu = 1280,
|
|
mtu = 1280,
|
|
- groups ={
|
|
|
|
- backbone = {
|
|
|
|
- limit = 2,
|
|
|
|
- peers = {
|
|
|
|
- do01100 = {
|
|
|
|
- key = '8a334499c905966d48b1cdb01d668b114b17cd6490ead54c6eb5e2d15c1852e4',
|
|
|
|
- remotes = {'"node01-1.do.freifunk.ruhr" port 10000'},
|
|
|
|
|
|
+ groups = {
|
|
|
|
+ do01 = {
|
|
|
|
+ limit = 1,
|
|
|
|
+ peers = {
|
|
|
|
+ do01100 = {
|
|
|
|
+ key = '8a334499c905966d48b1cdb01d668b114b17cd6490ead54c6eb5e2d15c1852e4',
|
|
|
|
+ remotes = {'"node01-1.do.freifunk.ruhr" port 10000'},
|
|
|
|
+ },
|
|
|
|
+ do01101 = {
|
|
|
|
+ key = '6e15fc1d44109f3914e3d72e359263312cf2194199a921f42beb231c93b290b6',
|
|
|
|
+ remotes = {'"node01-1.do.freifunk.ruhr" port 10001'},
|
|
|
|
+ },
|
|
|
|
+ do01200 = {
|
|
|
|
+ key = 'd2de261203853d14389d80ca004c98d6a67c244bfe4096b7a6f36a0a8484c55a',
|
|
|
|
+ remotes = {'"node01-2.do.freifunk.ruhr" port 10000'},
|
|
|
|
+ },
|
|
|
|
+ do01201 = {
|
|
|
|
+ key = '84dc27c4581c3536a901dba1f16a5d398a00f39cc8185835213c0279dd0e24eb',
|
|
|
|
+ remotes = {'"node01-2.do.freifunk.ruhr" port 10001'},
|
|
|
|
+ },
|
|
},
|
|
},
|
|
do01101 = {
|
|
do01101 = {
|
|
key = '6e15fc1d44109f3914e3d72e359263312cf2194199a921f42beb231c93b290b6',
|
|
key = '6e15fc1d44109f3914e3d72e359263312cf2194199a921f42beb231c93b290b6',
|
|
@@ -77,7 +89,7 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
-},
|
|
|
|
|
|
+
|
|
autoupdater = {
|
|
autoupdater = {
|
|
branch = 'stable',
|
|
branch = 'stable',
|
|
branches = {
|
|
branches = {
|
|
@@ -122,4 +134,27 @@
|
|
limit_ingress = 30000,
|
|
limit_ingress = 30000,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+
|
|
|
|
+ config_mode = {
|
|
|
|
+ msg_welcome = [[
|
|
|
|
+Willkommen beim <a href="http://www.freifunk-dortmund.de/">Freifunk Dortmund</a>.
|
|
|
|
+Der Einrichtungsassistent hilft dir dabei, deinen neuen Freifunk-Knoten zu konfigurieren.
|
|
|
|
+Fülle das folgende Formular deinen Vorstellungen entsprechend aus und sende es ab.
|
|
|
|
+Weitere Informationen und Hilfe zur Konfiguration findest du unter
|
|
|
|
+<a href="http://www.freifunk-dortmund.de/anleitung/#konfiguration">http://www.freifunk-dortmund.de/anleitung</a>.
|
|
|
|
+]],
|
|
|
|
+ msg_pubkey = [[
|
|
|
|
+Das ist der VPN-Schlüssel deines Freifunkknotens zur Information. Der Knoten ist nun direkt nutzbar.
|
|
|
|
+]],
|
|
|
|
+ msg_reboot = [[
|
|
|
|
+<p>
|
|
|
|
+Dein Knoten startet gerade neu und wird anschließend versuchen
|
|
|
|
+sich mit anderen Freifunkknoten in seiner Nähe zu verbinden.
|
|
|
|
+Weitere Informationen zur Freifunk Community Dortmund findest du auf <a href="http://freifunk-dortmund.de/">unserer Webseite</a>.
|
|
|
|
+</p>
|
|
|
|
+<p>
|
|
|
|
+Viel Spaß mit Deinem Knoten und der Erkundung von Freifunk!
|
|
|
|
+</p>
|
|
|
|
+]],
|
|
|
|
+ },
|
|
}
|
|
}
|