blob: 12c87a5dd37bb0d66523b28cb6eb459ad3a3687c (
plain)
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
|
=======
bitmask
=======
------------------------------------------------------------------------
graphical client to control LEAP, the encrypted internet access toolkit.
------------------------------------------------------------------------
:Author: LEAP Encryption Access Project https://leap.se
:Date: 2013-01-30
:Copyright: GPLv3+
:Version: 0.2
: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.
**-d, --debug** Launches client in debug mode, writing debug info to stdout.
**---logfile=<file>** Writes log to file.
openvpn options
---------------
**--openvpn-verbosity** [0-5] Verbosity level for openvpn logs.
WARNING
=======
This software is still in early alfa testing. So don't trust your life to it!
At the current time, Bitmask is not compatible with ``openresolv``, but it works with ``resolvconf``.
FILES
=====
/etc/leap/resolv-update
-----------------------
Post up/down script passed to openvpn. It writes /etc/resolv.conf to avoid dns leaks, and restores the original resolv.conf on exit.
/etc/leap/resolv-head
---------------------
/etc/leap/resolv-tail
---------------------
Custom entries that will appear in the written resolv.conf
/usr/share/polkit-1/actions/net.openvpn.gui.leap.policy
-------------------------------------------------------
PolicyKit policy file, used for granting access to openvpn without the need of entering a password each time.
~/.config/leap/
---------------
Main config folder
~/.config/leap/leap.conf
------------------------
GUI options
BUGS
====
Please report any bugs to https://leap.se/code
|