blob: 085ffe39810cdeab0d675d8757aa75a5884b5830 (
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
|
RiseupVPN
=========
RiseupVPN is a VPN app that is pre-configured for connecting to the anonymous
VPN service offered by Riseup.
Technically, RiseuVPN is a customised build of Bitmask, branded after one of
the major LEAP providers in the wild.
It ships only the set of vpn dependencies for the bitmask daemon, plus a
minimalistic systray written in golang https://0xacab.org/leap/bitmask-systray
that makes use of libappindicator for displaying notifications.
Currently, RiseupVPN is distributed as a snap package. It uses classic
confinement because it needs to install bitmask-root in the system, and a
polkit policy file so that bitmask-root and openvpn can be executed without
asking user for permission each time.
Usage
-----
Until the snap package gets approved in the snap store, you can use the snap as follows::
wget https://downloads.leap.se/RiseupVPN/linux/riseup-vpn_0.10.4_amd64.snap
sudo apt install snapd
sudo snap install riseup-vpn_0.10.4_amd64.snap --dangerous --classic
That should have made a new application called RiseupVPN in your launchers.
You can also launch it manually like this::
/snap/bin/riseup-vpn.launcher
|