From 02c3343a86e4766cddd5b9856f5c3efd4df1a176 Mon Sep 17 00:00:00 2001
From: Simon Kurka <dev@simon.kurka.cc>
Date: Fri, 8 May 2015 21:46:36 +0200
Subject: [PATCH] Enable Mesh-VPN by default without enabling bandwidth
 limiting

---
 site.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site.conf b/site.conf
index 305100c..98180b9 100644
--- a/site.conf
+++ b/site.conf
@@ -38,6 +38,7 @@
 	},
 
 	fastd_mesh_vpn = {
+		enabled = true,
 		methods = { 'salsa2012+umac' },
 		mtu = 1312,
 		backbone = {
-- 
GitLab