BlackIQ / vui

The main VUI repo!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The main VUI repo!


Languages

Language:Shell 49.1%Language:Makefile 41.9%Language:Dockerfile 9.0%