Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
Beam is a VPN file manager written in python.
- Host: GitHub
- URL: https://github.com/hydr0nium/beam
- Owner: hydr0nium
- Created: 2022-03-12T02:01:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T23:54:17.000Z (13 days ago)
- Last Synced: 2024-11-02T00:24:16.034Z (13 days ago)
- Topics: openvpn, pipx, poetry, python, python3, vpn, vpn-manager, wireguard
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beam
Beam is a in console VPN file manager. It works with OpenVPN as well as with Wireguard. (Wireguard currently untested)
---
## 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
```