An open API service indexing awesome lists of open source software.

https://github.com/hydr0nium/beam

Beam is a VPN file manager written in python.
https://github.com/hydr0nium/beam

openvpn pipx poetry python python3 vpn vpn-manager wireguard

Last synced: 8 months ago
JSON representation

Beam is a VPN file manager written in python.

Awesome Lists containing this project

README

          

# beam

Beam is a in console VPN file manager. It works with OpenVPN as well as with Wireguard.

---

## Installation
```bash
pipx install git+https://github.com/hydr0nium/beam.git
```

---

## Usage:
```
usage: beam [-h] [-v] {connect,add,remove,list,version,help} ...

positional arguments:
{connect,add,remove,list,version,help}
connect Connect to a specified connection
add Add a connection to beam
remove Remove a connection from beam
list Show all availabe connections
version Show the current version of beam
help Show help

options:
-h, --help show this help message and exit
-v, --verbose
```