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 @@ ...@@ -178,8 +178,9 @@
mtu = 1280, mtu = 1280,
fastd = { fastd = {
methods = {'salsa2012+umac','none'}, -- optional add ``null`` to the ``mesh_vpn.fastd.methods`` table if you want "Performance mode" as default
configurable = true methods = {'salsa2012+umac'},
configurable = true,
-- syslog_level = 'warn', -- syslog_level = 'warn',
groups = { groups = {
backbone = { backbone = {
......
...@@ -11,6 +11,7 @@ GLUON_FEATURES := \ ...@@ -11,6 +11,7 @@ GLUON_FEATURES := \
mesh-vpn-fastd \ mesh-vpn-fastd \
radvd \ radvd \
respondd \ respondd \
web-mesh-vpn-fastd \
status-page \ status-page \
web-advanced \ web-advanced \
web-wizard \ 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