diff options
author | Erich Ritz <erich.public@protonmail.com> | 2020-11-13 23:23:13 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:40 +0700 |
commit | 23beae9f9d9d4755f68ffa77b03e23dca4cdf17b (patch) | |
tree | be5351112338e3107205987116400018321b70ab /network/protonvpn-cli/README | |
parent | 6f0305acc4e6191691ef33f701c4198600b0ece3 (diff) |
network/protonvpn-cli: Added (ProtonVPN's Linux CLI)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/protonvpn-cli/README')
-rw-r--r-- | network/protonvpn-cli/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/network/protonvpn-cli/README b/network/protonvpn-cli/README new file mode 100644 index 0000000000000..fb79f036ca457 --- /dev/null +++ b/network/protonvpn-cli/README @@ -0,0 +1,26 @@ +protonvpn-cli is the official Linux command line tool for connecting to +the ProtonVPN. It is a full rewrite of the original bash protonvpn-cli +in Python, which adds more features and functionality with the purpose +of improving readability, speed, and reliability. + +Before using protonvpn-cli, it must be initialized. Run (as root) + + protonvpn init + +and follow the prompts on the screen. Your OpenVPN username and password +can be found at https://account.protonvpn.com/account. Note that both +free and paid accounts are supported. + +After protonvpn-cli is configured, run (as root) + + protonvpn connect -f + +to connect to ProtonVPN using the fastest available server. + +Before uninstalling, run + + protonvpn configure + +to purge the configuration files. + +All dependencies must be built with Python3 support. |