diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-04-16 11:52:35 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-04-16 11:52:35 -0300 |
commit | 72aca6c71b08b27382d63297559f0fce7b9dfc1b (patch) | |
tree | b509b968dcddc8ebab27c472060f0208146f3aa3 /src/leap/bitmask/config | |
parent | 53fdcda3f487a371cc196451f85c74870fb3bf4b (diff) | |
parent | 074acd22df82b732c099444cdb59df203ef996a5 (diff) |
Merge remote-tracking branch 'refs/remotes/ivan/feature/refactor-logic-to-backend' into develop
Diffstat (limited to 'src/leap/bitmask/config')
-rw-r--r-- | src/leap/bitmask/config/flags.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py index 5d8bc9b3..7cc8711c 100644 --- a/src/leap/bitmask/config/flags.py +++ b/src/leap/bitmask/config/flags.py @@ -46,7 +46,9 @@ API_VERSION_CHECK = True # Used for skipping soledad bootstrapping/syncs. OFFLINE = False - # CA cert path # used to allow self signed certs in requests that needs SSL CA_CERT_FILE = None + +# OpenVPN verbosity level +OPENVPN_VERBOSITY = 1 |