Skip to content
Snippets Groups Projects
Commit 1cfd75ef authored by rubo77's avatar rubo77
Browse files

add hint to cipher none to configurable mesh_vpn, remove wrong type "none" and add missing komma

parent 450ac692
No related branches found
No related tags found
No related merge requests found
......@@ -178,8 +178,9 @@
mtu = 1280,
fastd = {
methods = {'salsa2012+umac','none'},
configurable = true
-- optional add ``null`` to the ``mesh_vpn.fastd.methods`` table if you want "Performance mode" as default
methods = {'salsa2012+umac'},
configurable = true,
-- syslog_level = 'warn',
groups = {
backbone = {
......
......@@ -11,6 +11,7 @@ GLUON_FEATURES := \
mesh-vpn-fastd \
radvd \
respondd \
web-mesh-vpn-fastd \
status-page \
web-advanced \
web-wizard \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment