forked from Freifunk-Troisdorf/site
New wupper Server
This commit is contained in:
parent
dcd7f12a2a
commit
b45973ccf1
52
site.conf
52
site.conf
@ -43,35 +43,23 @@
|
|||||||
peers = {
|
peers = {
|
||||||
wupper0 = {
|
wupper0 = {
|
||||||
key = '7142f897f4e55d2c19207aa59db92ec54d7517cf558d5ecaef33689234952a4b',
|
key = '7142f897f4e55d2c19207aa59db92ec54d7517cf558d5ecaef33689234952a4b',
|
||||||
remotes = {'"wupper0v6.freifunk-troisdorf.de" port 53840'},
|
remotes = {'"wupper0.freifunk-troisdorf.de" port 53840'},
|
||||||
},
|
},
|
||||||
wupper1 = {
|
wupper1 = {
|
||||||
key = 'c3fe61335a6c92d2557cdaf93db2b80e7e5b9704290ccdb0ad34ee01c56b9116',
|
|
||||||
remotes = {'"wupper1v6.freifunk-troisdorf.de" port 53840'},
|
|
||||||
},
|
|
||||||
wuppera = {
|
|
||||||
key = 'e52daa654abcf5c20c5b7a74b5145f70a7491435c6ef334ae352e4f19c00e8f5',
|
|
||||||
remotes = {'"wupper-a.freifunk-troisdorf.de" port 53840'},
|
|
||||||
},
|
|
||||||
wupperb = {
|
|
||||||
key = '6eae041199ee627689bfa026afbd8a9ab299eca8aed4144321d098cffd62668e',
|
key = '6eae041199ee627689bfa026afbd8a9ab299eca8aed4144321d098cffd62668e',
|
||||||
remotes = {'"wupper-b.freifunk-troisdorf.de" port 53840'},
|
remotes = {'"wupper1.freifunk-troisdorf.de" port 53840'},
|
||||||
},
|
},
|
||||||
wupperc = {
|
wupper2 = {
|
||||||
key = 'b7f319d59d8383ba813c3503416bca45f70852e4d207b1743bb6cdca1e30d9f5',
|
key = 'b7f319d59d8383ba813c3503416bca45f70852e4d207b1743bb6cdca1e30d9f5',
|
||||||
remotes = {'"wupper-c.freifunk-troisdorf.de" port 53840'},
|
remotes = {'"wupper2.freifunk-troisdorf.de" port 53840'},
|
||||||
},
|
},
|
||||||
wupperd = {
|
wupper3 = {
|
||||||
key = 'c8f3d1d10b0d6389e39c3c3cb08adfa3123e821fd5bfd6262d2161d80ee4b06c',
|
key = 'c8f3d1d10b0d6389e39c3c3cb08adfa3123e821fd5bfd6262d2161d80ee4b06c',
|
||||||
remotes = {'"wupper-d.freifunk-troisdorf.de" port 53840'},
|
remotes = {'"wupper3.freifunk-troisdorf.de" port 53840'},
|
||||||
},
|
},
|
||||||
wuppere = {
|
wupper4 = {
|
||||||
key = '5e7fa122990dbc34b8cae7ece2cd4ef919d3f8c23a674b7bbcf05bfebe6a6e8a',
|
key = '5e7fa122990dbc34b8cae7ece2cd4ef919d3f8c23a674b7bbcf05bfebe6a6e8a',
|
||||||
remotes = {'"wupper-e.freifunk-troisdorf.de" port 53840'},
|
remotes = {'"wupper4.freifunk-troisdorf.de" port 53840'},
|
||||||
},
|
|
||||||
wupperf = {
|
|
||||||
key = 'd49256cbc83e206c9afb3c8f757f1a318a18e16933b9b05015926d0849b3cd89',
|
|
||||||
remotes = {'"wupper-f.freifunk-troisdorf.de" port 53840'},
|
|
||||||
},
|
},
|
||||||
gateway1 = {
|
gateway1 = {
|
||||||
key = 'f355e18e0e442723548d21db8d762deeb1cfef18abd3c27180e7ca1ff6639422',
|
key = 'f355e18e0e442723548d21db8d762deeb1cfef18abd3c27180e7ca1ff6639422',
|
||||||
@ -144,6 +132,30 @@ autoupdater = {
|
|||||||
limit_ingress = 5000,
|
limit_ingress = 5000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
config_mode = {
|
||||||
|
msg_welcome = [[
|
||||||
|
Willkommen zum Einrichtungsassistenten für einen Troisdorfer
|
||||||
|
Freifunk-Knoten.
|
||||||
|
Das folgende Formular bitte ausfüllen und absenden.
|
||||||
|
<br /> Es wird empfohlen – wenn es sein muss – zuerst die Einstellungen
|
||||||
|
für Experten zu bearbeiten, da dies später nicht mehr möglich ist.
|
||||||
|
]],
|
||||||
|
msg_pubkey = [[
|
||||||
|
Die Konfiguration ist nun abgeschlossen. Das Registrieren des Nodes ist nicht mehr erforderlich.
|
||||||
|
]],
|
||||||
|
msg_reboot = [[
|
||||||
|
<p>
|
||||||
|
Der Knoten (Router) startet gerade neu und wird anschließend versuchen,
|
||||||
|
sich mit anderen Freifunkknoten im Netz zu verbinden.
|
||||||
|
Mehr zu Freifunk in Troisdorf findet sich online unter
|
||||||
|
<a href="http://www.freifunk-troisdorf.de/">freifunk-troisdorf.de</a> und dem
|
||||||
|
<a href="https://wiki.freifunk-rheinland.net/Troisdorf">Wiki des Freifunk Rheinland e.V.</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Viel Spaß mit Freifunk!
|
||||||
|
</p>
|
||||||
|
]],
|
||||||
|
},
|
||||||
legacy = {
|
legacy = {
|
||||||
version_files = {'/etc/.freifunk_version_keep', '/etc/.fftro_version_keep'},
|
version_files = {'/etc/.freifunk_version_keep', '/etc/.fftro_version_keep'},
|
||||||
old_files = {'/etc/config/config_mode', '/etc/config/fftro', '/etc/config/freifunk'},
|
old_files = {'/etc/config/config_mode', '/etc/config/fftro', '/etc/config/freifunk'},
|
||||||
|
Loading…
Reference in New Issue
Block a user