From 1cfd75ef041e6f5eeb075cb47db2a3536dfd8808 Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Sat, 4 Aug 2018 03:19:11 +0200
Subject: [PATCH] add hint to cipher none to configurable mesh_vpn, remove
 wrong type "none" and add missing komma

---
 site.conf | 5 +++--
 site.mk   | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/site.conf b/site.conf
index 08f85c1..f280086 100644
--- a/site.conf
+++ b/site.conf
@@ -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 = {
diff --git a/site.mk b/site.mk
index aef7229..9c9a872 100644
--- a/site.mk
+++ b/site.mk
@@ -11,6 +11,7 @@ GLUON_FEATURES := \
 	mesh-vpn-fastd \
 	radvd \
 	respondd \
+	web-mesh-vpn-fastd \
 	status-page \
 	web-advanced \
 	web-wizard \
-- 
GitLab