/vui

The main VUI repo!

Primary LanguageShell

VUI

A new VPN generation.

I am kidding! VPN over SSH.

How to start?

You have many ways.

  • Automated with scripts.
  • Manual cloning and making.

Automated

Just run install script with curl or wget.

  • curl
$ curl -sSL "https://raw.githubusercontent.com/BlackIQ/vui/main/install.sh" | bash
  • wget
$ wget -qO- "https://raw.githubusercontent.com/BlackIQ/vui/main/install.sh" | bash

Manual

You have 2 steps. Clone then Make.

  • Cloning
$ git clone https://github.com/BlackIQ/vui
  • Making
$ make