summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-22 14:45:49 +0200
committerRuben Pollan <meskio@sindominio.net>2017-05-23 12:49:35 +0200
commitba2ae87fa16f1f8aa56faa25b8ab1fdd1fd3b7d3 (patch)
tree2cf0c144968570fe6726ef38d5586fb9161789a2
parenta06883ff00a4e8eda996eb9c0d3922699f2ee8fe (diff)
[feature] enable vpn by default, yeah
-rw-r--r--src/leap/bitmask/core/configurable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/core/configurable.py b/src/leap/bitmask/core/configurable.py
index 76e5e11..726c541 100644
--- a/src/leap/bitmask/core/configurable.py
+++ b/src/leap/bitmask/core/configurable.py
@@ -46,7 +46,7 @@ class ConfigurableService(service.MultiService):
DEFAULT_CONFIG = """
[services]
mail = True
-vpn = False
+vpn = True
zmq = True
web = True
onion = False