Skip to content

CyberArmyID/helium-vpn-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How Setup Helium VPN Agent

Linux

git clone https://github.com/CyberArmyID/helium-vpn-agent.git && cd helium-vpn-agent && bash ./scrape_ifaces.sh && UUID={xxxx-xxx-xx-xxxx} docker compose up -d --build

Windows (PowerShell)

git clone https://github.com/CyberArmyID/helium-vpn-agent.git; cd helium-vpn-agent; powershell -ExecutionPolicy Bypass -File .\scrape_ifaces.ps1; $env:UUID="{xxxx-xxx-xx-xxxx}"; docker compose up -d --build

macOS

git clone https://github.com/CyberArmyID/helium-vpn-agent.git && cd helium-vpn-agent && bash ./scrape_ifaces.sh && UUID={xxxx-xxx-xx-xxxx} docker compose up -d --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors