|
@@ -36,7 +36,9 @@
|
|
|
|
|
|
fastd_mesh_vpn = {
|
|
fastd_mesh_vpn = {
|
|
methods = {'salsa2012+umac'},
|
|
methods = {'salsa2012+umac'},
|
|
|
|
+ configurable = true,
|
|
mtu = 1280,
|
|
mtu = 1280,
|
|
|
|
+ groups ={
|
|
backbone = {
|
|
backbone = {
|
|
limit = 2,
|
|
limit = 2,
|
|
peers = {
|
|
peers = {
|
|
@@ -75,7 +77,7 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+},
|
|
autoupdater = {
|
|
autoupdater = {
|
|
branch = 'stable',
|
|
branch = 'stable',
|
|
branches = {
|
|
branches = {
|
|
@@ -120,27 +122,4 @@
|
|
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>
|
|
|
|
-]],
|
|
|
|
- },
|
|
|
|
}
|
|
}
|