« ProtonVPN » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
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://github.com/ProtonVPN/linux-cli/blob/master/USAGE.md ProtonVPN-CLI Usage Documentation] | * [https://github.com/ProtonVPN/linux-cli/blob/master/USAGE.md ProtonVPN-CLI Usage Documentation] | ||
= [https://github.com/ProtonVPN/linux-cli/blob/master/USAGE.md#split-tunneling Split Tunneling] = | = [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}} | {{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] = | |||
= [https://github.com/ProtonVPN/linux-cli#installing-from-pypi Install ProtonVPN Linux client on Ubuntu 18.04 ARM] = | = [https://github.com/ProtonVPN/linux-cli#installing-from-pypi Install ProtonVPN Linux client on Ubuntu 18.04 ARM] = |
Version du 15 février 2021 à 16:21
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 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
|