Jamlee / fc

fastest and cheapest vpn solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FC

FC is a cheap VPN solution running on AWS, which quickly starts up and initializes the VPN service environment on AWS when using VPN, and pays according to amount of usage

Build Status CodeFactor

Features

  • paying for ec2 when only you using fastvpn
  • encrypted data transfer

How Vpn work

Usage

1. config the aws token

create the file ~/.aws/credentials

[default]
aws_access_key_id = AKIAIwe4fQ64OT5G23LN2Q                          # your aws_access_key_id
aws_secret_access_key = o397+vZrTSgVANAq323UkKTp/ckkOKFYQ8nONYQ1E   # your aws_secret_access_key

2. start the vpn env

run the command fastvpn start

Change Logs

v0.0.1 (2019/03/15)

  • add aws support
  • it is use thirdparty vpn software
  • only support on linux platform

About

fastest and cheapest vpn solution


Languages

Language:Go 100.0%