diff options
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 |