« ProtonVPN » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
 
(8 versions intermédiaires par le même utilisateur non affichées)
Ligne 3 : Ligne 3 :
* [https://protonvpn.com/blog/category/releases/ Releases]
* [https://protonvpn.com/blog/category/releases/ Releases]
* [https://protonvpn.com/support/linux-vpn-tool/ ProtonVPN command-line tool for Linux]
* [https://protonvpn.com/support/linux-vpn-tool/ ProtonVPN command-line tool for Linux]
* [https://protonvpn.com/support/openvpn-windows-setup/ How to use ProtonVPN with the OpenVPN GUI on Windows]
* [https://github.com/ProtonVPN/linux-cli/blob/master/USAGE.md ProtonVPN-CLI Usage Documentation]


= [https://github.com/ProtonVPN/linux-cli Install ProtonVPN Linux Client on Ubuntu 18.04 ARM] =
= [https://github.com/ProtonVPN/linux-cli/blob/master/USAGE.md#split-tunneling Split Tunneling] =
{{warn | Split Tunneling does not work when the Kill Switch is enabled}}
 
= [https://protonvpn.com/support/linux-vpn-setup/ How to use ProtonVPN with OpenVPN] =
# install {{boxx|openvpn}} and {{boxx|resolvconf}} ?
# download openvpn config from [https://account.protonvpn.com/downloads ProtonVPN web site]
<kode lang='bash'>
sudo openvpn config.openvpn
</kode>
 
= [https://github.com/ProtonVPN/linux-cli#installing-from-pypi Install ProtonVPN Linux client on Ubuntu] =
<kode lang='bash'>
<kode lang='bash'>
# install dependencies
sudo apt install openvpn dialog python3-pip python3-setuptools
sudo apt install openvpn dialog python3-pip python3-setuptools


# install the ProtonVPN client
sudo pip3 install protonvpn-cli
sudo pip3 install protonvpn-cli
# initialize the ProtonVPN profile
sudo protonvpn init
</kode>
</kode>

Dernière version du 15 février 2021 à 18:14

Links

Split Tunneling

Split Tunneling does not work when the Kill Switch is enabled

How to use ProtonVPN with OpenVPN

  1. install openvpn and resolvconf ?
  2. download openvpn config from ProtonVPN web site
Bash.svg
sudo openvpn config.openvpn

Install ProtonVPN Linux client on Ubuntu

Bash.svg
# 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