Browse Source

docs: site-example: update mesh VPN configuration

Matthias Schiffer 7 years ago
parent
commit
ca5e1f8b75
1 changed files with 6 additions and 4 deletions
  1. 6 4
      docs/site-example/site.conf

+ 6 - 4
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.