Exo-poulpe / NebulaClient

All script for Client deploy for Nebula VPN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nebula Client Script

Voici les scripts client pour le VPN Nebula

Requirements

Install dependances :

sudo apt update -y
sudo apt install -y git python3 python3-pip openssl 
pip3 install -r requirements.txt

Step

cloné le repo

git clone https://github.com/Exo-poulpe/NebulaClient.git
cd NebulaClient
bash installer.sh

Lancé l'installation et créations des clé

python3 install.py --user <user_id>

Ensuite le program nebula et les clés privée et publique seront créer il faudra obtenir un certificat pour ce faire

python3 client.py --user <user_id> --passw <password> --ip <ip>

About

All script for Client deploy for Nebula VPN


Languages

Language:Python 98.3%Language:Shell 1.7%