A new VPN generation.
I am kidding! VPN over SSH.
You have many ways.
- Automated with scripts.
- Manual cloning and making.
Just run install script with curl or wget.
curl
$ curl -sSL "https://raw.githubusercontent.com/BlackIQ/vui/main/install.sh" | bashwget
$ wget -qO- "https://raw.githubusercontent.com/BlackIQ/vui/main/install.sh" | bashYou have 2 steps. Clone then Make.
- Cloning
$ git clone https://github.com/BlackIQ/vui- Making
$ make