https://github.com/rishav394/auto-openvpn-connect
https://github.com/rishav394/auto-openvpn-connect
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishav394/auto-openvpn-connect
- Owner: rishav394
- Created: 2021-03-26T11:04:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T11:10:33.000Z (over 5 years ago)
- Last Synced: 2025-03-16T13:13:20.961Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
- `brew install openvpn`
- `brew install node`
- `cp .env.example .env`
- Change values in `.env`
## How to get values in .env
- `vpnuser` is your user name. Example -> `pro.user`
- `secret` is your secret that came from the QR you scanned in Authy App
## How to run
- `sudo OPEN_PATH=path_of_your_ovpn_file ./login.sh`