Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
/ fc Public archive

fastest and cheapest vpn solution

Notifications You must be signed in to change notification settings

Jamlee/fc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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