diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-22 14:45:49 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-05-23 12:49:35 +0200 |
commit | ba2ae87fa16f1f8aa56faa25b8ab1fdd1fd3b7d3 (patch) | |
tree | 2cf0c144968570fe6726ef38d5586fb9161789a2 /src/leap | |
parent | a06883ff00a4e8eda996eb9c0d3922699f2ee8fe (diff) |
[feature] enable vpn by default, yeah
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/core/configurable.py | 2 |
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 |