Przeglądaj źródła

Update site.conf

Daniel Toschke 9 lat temu
rodzic
commit
5d92e19a02
1 zmienionych plików z 3 dodań i 24 usunięć
  1. 3 24
      site.conf

+ 3 - 24
site.conf

@@ -36,7 +36,9 @@
 
 	fastd_mesh_vpn = {
 		methods = {'salsa2012+umac'},
+		configurable = true,
 		mtu = 1280,
+		groups ={
 		backbone = {
 			limit = 2,
 			peers = {
@@ -75,7 +77,7 @@
 			},
 		},
 	},
-
+},
 	autoupdater = {
 		branch = 'stable',
 		branches = {
@@ -120,27 +122,4 @@
 			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&uuml;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&uuml;ssel deines Freifunkknotens zur Information. Der Knoten ist nun direkt nutzbar.
-]],
-                msg_reboot = [[
-<p>
-Dein Knoten startet gerade neu und wird anschlie&szlig;end versuchen
-sich mit anderen Freifunkknoten in seiner N&auml;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&szlig; mit Deinem Knoten und der Erkundung von Freifunk!
-</p>
-]],
-	},
 }