1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
=======
bitmask
=======
------------------------------------------------------------------------
graphical client to control LEAP, the encrypted internet access toolkit.
------------------------------------------------------------------------
:Author: The LEAP Encryption Access Project https://leap.se
:Date: 2015-11-03
:Copyright: GPLv3+
:Version: 0.9.1
:Manual section: 1
:Manual group: General Commands Manual
SYNOPSIS
========
bitmask [-h] [-d] [-l [LOG FILE]] [--openvpn-verbosity [OPENVPN_VERB]]
DESCRIPTION
===========
*bitmask* is a graphical client to control LEAP, the encrypted internet access toolkit.
When launched, it places an icon in the system tray from where the LEAP services can be controlled.
OPTIONS
=======
general options
---------------
**-h, --help** Print a help message and exit.
**-l, --logfile=<file>** Writes log to file.
**-s, --standalone** Makes Bitmask use standalone directories for configuration and binary searching.
**-V, --version** Displays Bitmask version and exits.
openvpn options
---------------
**--openvpn-verbosity** [0-5] Verbosity level for openvpn logs.
debug options
-------------
**-d, --debug** Launches client in debug mode, writing debug info to stdout.
**--danger** Bypasses the certificate check for bootstrap. This open the possibility of MITM attacks, so use only to debug providers in controlled environments, and never in production.
ENCRYPTED MAIL
==============
Bitmask now (since version 0.3.0) supports the encrypted mail service with providers that offer it.
Mail client configuration
-------------------------
To be able to use the mail services, you should configure your mail client to
talk to the following ports:
**STMP**: localhost:2013
**IMAP**: localhost:1984
For the time being, we have successfully tested this functionality in thunderbird.
Mail poll period
----------------
If you want to change the default polling time for fetching mail, you can use
a environment variable: BITMASK_MAILCHECK_PERIOD
WARNING
=======
This software is still in its early phases of testing. So don't trust your life to it!
FILES
=====
/usr/share/polkit-1/actions/se.leap.bitmask.policy
-------------------------------------------------------
PolicyKit policy file, used for granting access to bitmask-root without the need of entering a password each time.
/usr/sbin/bitmask-root
------------------------
Helper to launch and stop openvpn and the bitmask firewall.
~/.config/leap/
---------------
Main config folder
~/.config/leap/leap.conf
------------------------
GUI options
BUGS
====
Please report any bugs to https://leap.se/code/projects/report-issues
|