Skip to content

Latest commit

 

History

History
101 lines (74 loc) · 4.1 KB

README.md

File metadata and controls

101 lines (74 loc) · 4.1 KB

🤫 VPN

Easy way to up your virtual private network.

💡 Idea

Nothing special, just to find a way to set up and run a personal VPN quickly.

🏆 Motivation

Internet censorship has been increasing steadily for the last decade. Needs more? 10 reasons why you need a VPN.

🤼‍♂️ How to

$ export VPN_NAME=gateway   # your server name, any way you like
$ export VPN_HOST=127.0.0.1 # your server ip

$ cat ansible/hosts.tpl.ini \
  | sed "s/{{.Name}}/${VPN_NAME}/g" \
  | sed "s/{{.Host}}/${VPN_HOST}/g" \
  > ansible/hosts

$ make

Recommended providers

Provider Availability IPv6 Price
DigitalOcean worldwide $5/month
Linode worldwide $5/month
Vultr worldwide $2.5/month

☝️ all links are referral

🧩 Installation

$ git clone git@github.com:octomation/vpn.git && cd vpn

👨‍🔬 Research

Articles

At DigitalOcean

At Serverwise

Sources

Toolset

Upcoming

made with ❤️ for everyone