summaryrefslogtreecommitdiff
path: root/debian/patches/02_disable-bypass-lan.patch
blob: 303a4a5ac7a52628f19f89373cca5f28db6aabf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Yves-Alexis Perez <corsac@debian.org>
Date: Wed, 2 Jan 2019 11:35:52 +0100
Subject: Don't load bypass-lan plugin by default

---
 conf/plugins/bypass-lan.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/plugins/bypass-lan.conf b/conf/plugins/bypass-lan.conf
index ad496db..e470ce6 100644
--- a/conf/plugins/bypass-lan.conf
+++ b/conf/plugins/bypass-lan.conf
@@ -11,7 +11,7 @@ bypass-lan {
 
     # Whether to load the plugin. Can also be an integer to increase the
     # priority of this plugin.
-    load = yes
+    load = no
 
 }