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.
- Host: GitHub
- URL: https://github.com/hydr0nium/beam
- Owner: hydr0nium
- License: gpl-3.0
- Created: 2022-03-12T02:01:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T21:11:44.000Z (8 months ago)
- Last Synced: 2025-02-16T22:19:58.655Z (8 months ago)
- Topics: openvpn, pipx, poetry, python, python3, vpn, vpn-manager, wireguard
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 helpoptions:
-h, --help show this help message and exit
-v, --verbose
```