From ca5e1f8b75123e10ea12a4fef5d6761d8e263ac4 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 10 Mar 2017 20:17:41 +0100
Subject: [PATCH] docs: site-example: update mesh VPN configuration

---
 docs/site-example/site.conf | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf
index 2e4152392..b65134899 100644
--- a/docs/site-example/site.conf
+++ b/docs/site-example/site.conf
@@ -96,16 +96,18 @@
   -- },
 
   mesh_vpn = {
-    -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand
-    -- what these options do.
+    -- enabled = true,
+    mtu = 1280,
+
     fastd = {
+      -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand
+      -- what these options do.
+
       -- List of crypto-methods to use.
       methods = {'salsa2012+umac'},
-      -- enabled = true,
       -- configurable = true,
       -- syslog_level = 'warn',
 
-      mtu = 1280,
       groups = {
         backbone = {
           -- Limit number of connected peers to reduce bandwidth.
-- 
GitLab