From ba2ae87fa16f1f8aa56faa25b8ab1fdd1fd3b7d3 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 22 May 2017 14:45:49 +0200 Subject: [feature] enable vpn by default, yeah --- src/leap/bitmask/core/configurable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/core') diff --git a/src/leap/bitmask/core/configurable.py b/src/leap/bitmask/core/configurable.py index 76e5e111..726c541a 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 -- cgit v1.2.3