Crates.io | fvpnc |
lib.rs | fvpnc |
version | 0.1.3 |
source | src |
created_at | 2023-10-03 23:12:40.8315 |
updated_at | 2023-10-04 18:28:31.737967 |
description | An unofficial command-line client for Namecheap's FastVPN for Linux |
homepage | https://github.com/CyR1en/fvpnc |
repository | https://github.com/CyR1en/fvpnc |
max_upload_size | |
id | 991641 |
size | 68,630 |
An unofficial command-line client for Namecheap's FastVPN for Linux, written in Rust 🦀 🦀 🦀.
THIS IS ONLY INTENDED TO BE USED IN LINUX.
fvpnc
can also be used in macOS. However, you are limited to only OpenVPN
. To take advantage of WireGuard
or IKEV2
download the official client for macOS
All of the cargo dependencies could be found here
However, fvpnc
depends on OpenVPN
being installed on your machine. Below are the commands to execute to install OpenVPN
sudo apt update && sudo apt install openvpn -y
brew install openvpn
Make sure that it's included to your PATH
. Add this line to the end of your shell config (.bshrc
, .zshrc
, etc..)
export PATH="/usr/local/opt/openvpn/sbin:$PATH"
An unofficial command-line client for Namecheap's FastVPN for Linux
Usage: fvpnc <COMMAND>
Commands:
status Status of the connection
cities List all available cities
disconnect Disconnect from a server
connect Connect to a server
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
For now, fvpnc
is using OpenVPN
to connect to the server. IKEV2
and WireGuard
could be supported in the future.
When you initially run fvpnc
, it will ask for your credentials that could be found at here
Connecting to a server is fairly easy, you just simply need to know which city you want to connect to and set your protocol.
fvpnc connect --udp Dallas
The command above will connect us to the Dallas
server
Disconnecting to the server, you simply run the following command:
fvpnc disconnect