diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-01-31 13:31:13 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-23 00:37:25 +0100 |
commit | ca0e1c4518749e27bccad817d22ab87afbf8acf7 (patch) | |
tree | 636c1188683c1ea91d70b3aecd2810aafa7cf724 /src/leap/bitmask/core/configurable.py | |
parent | ff5ec25029db7669163854886be254fccde90e80 (diff) |
[feature] initial port of legacy vpn code
non functional at the moment, but started doing some cleanup
Diffstat (limited to 'src/leap/bitmask/core/configurable.py')
-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 51a100d..692ec06 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 -eip = True +eip = False zmq = True web = True onion = False |