« ProtonVPN » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 12 : | Ligne 12 : | ||
# download openvpn config from [https://account.protonvpn.com/downloads ProtonVPN web site] | # download openvpn config from [https://account.protonvpn.com/downloads ProtonVPN web site] | ||
<kode lang='bash'> | <kode lang='bash'> | ||
sudo openvpn | sudo openvpn config.openvpn | ||
</kode> | </kode> | ||
Version du 15 février 2021 à 18:13
Links
- Release notes for Linux client version 2.0
- Releases
- ProtonVPN command-line tool for Linux
- ProtonVPN-CLI Usage Documentation
Split Tunneling
Split Tunneling does not work when the Kill Switch is enabled |
How to use ProtonVPN with OpenVPN
- install openvpn and resolvconf ?
- download openvpn config from ProtonVPN web site
sudo openvpn config.openvpn |
Install ProtonVPN Linux client on Ubuntu 18.04 ARM
# install dependencies sudo apt install openvpn dialog python3-pip python3-setuptools # install the ProtonVPN client sudo pip3 install protonvpn-cli # initialize the ProtonVPN profile sudo protonvpn init |