Build your own VPN

This page will teach you how to build your own VPN using “setup ipsec vpn” script from github.

⚠️
This guide is based on ubuntu linux. And client is macOS/iOS.

sudo apt update && sudo apt upgrade -y # update repo and upgrade repo
sudo apt install wget curl git -y # install wget curl git
wget https://get.vpnsetup.net -O vpn.sh && sudo sh vpn.sh # run the install script
sudo ufw disable # disable the firewall