Skip to content

Run your own Outline VPN

Latest
Compare
Choose a tag to compare
@kamilsk kamilsk released this 08 Apr 18:36

At this release, you can set up your personal VPN based on Outline from Jigsaw. πŸŽ‰
Everything you need is a personal VPS with Ubuntu on a board and Ansible on your computer.

🧩 Installation

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

$ 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

When you installed, read the tutorial.

πŸ€– Tested on

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

☝️ all links are referral

made with ❀️ for everyone