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.
- run command
sudo apt update && sudo apt upgrade -y # update repo and upgrade repo- run command
sudo apt install wget curl git -y # install wget curl git- run command
wget https://get.vpnsetup.net -O vpn.sh && sudo sh vpn.sh # run the install script- Follow the instructions in the terminal.
- run command
sudo ufw disable # disable the firewall- Download the profile using sftp or other tools.
- Install the profile.
- Head over to VPN tab and connect to your VPN.