Releases: octomation/vpn
Releases · octomation/vpn
Run your own Outline VPN
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 [email protected]: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