Änderungen für Gluon v2017

master
Thomas Hooge 2023-08-18 14:01:18 +02:00
parent be186964b4
commit 223875672f
4 changed files with 27 additions and 25 deletions

View File

@ -27,7 +27,7 @@ msgstr ""
"Nach versenden der E-Mail kann es mitunter ein paar Stunden dauern bis dein "
"Knoten sich verbindet.</p>"
"<div class=\"the-key\">"
" # <%= escape(hostname) %>"
" # <%= pcdata(hostname) %>"
" <br/>"
"<%= pubkey %>"
"</div>"

View File

@ -24,7 +24,7 @@ msgstr ""
"<a href=\"mailto:keys@freifunk-prignitz.de\">keys@freifunk-prignitz.de</a>."
"After sending the mail it can take a few hours until your node gets connected.</p>"
"<div class=\"the-key\">"
" # <%= escape(hostname) %>"
" # <%= pcdata(hostname) %>"
" <br/>"
"<%= pubkey %>"
"</div>"

View File

@ -40,9 +40,11 @@
ip6 = 'fde8:21c6:370b::1',
mac = '16:41:95:40:f7:dc'
},
fastd_mesh_vpn = {
methods = { 'salsa2012+umac' },
mesh_vpn = {
enabled = true,
mtu = 1426,
fastd = {
methods = { 'salsa2012+umac' },
groups = {
backbone = {
limit = 1,
@ -61,6 +63,7 @@
}
}
}
}
},
bandwidth_limit = {
enabled = false,

13
site.mk
View File

@ -12,12 +12,11 @@ GLUON_SITE_PACKAGES := \
gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \
gluon-ebtables-segment-mld \
gluon-luci-admin \
gluon-luci-autoupdater \
gluon-luci-portconfig \
gluon-luci-wifi-config \
gluon-luci-node-role \
gluon-next-node \
gluon-web-admin \
gluon-web-autoupdater \
gluon-web-portconfig \
gluon-web-wifi-config \
gluon-web-node-role \
gluon-mesh-vpn-fastd \
gluon-radvd \
gluon-setup-mode \
@ -103,7 +102,7 @@ GLUON_SITE_PACKAGES += \
$(USB_PACKAGES_STORAGE)
endif
DEFAULT_GLUON_RELEASE := 0.8.1
DEFAULT_GLUON_RELEASE := 0.9
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)