Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabdh/vautopn
🚪 Connect IPSec VPN via shell
https://github.com/mabdh/vautopn
homebrew ipsec-vpn mojave shell
Last synced: 3 days ago
JSON representation
🚪 Connect IPSec VPN via shell
- Host: GitHub
- URL: https://github.com/mabdh/vautopn
- Owner: mabdh
- Created: 2019-10-04T16:56:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T06:29:20.000Z (about 2 years ago)
- Last Synced: 2024-11-20T20:44:00.621Z (2 months ago)
- Topics: homebrew, ipsec-vpn, mojave, shell
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vautopn
a shell function to fuzzy search an IPSec VPN by name and connect to it automatically.
inspired by [lazy-connect](https://github.com/thecasualcoder/lazy-connect)
modified to run in monterey## Install
Install homebrew if not installed yet
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```If homebrew is already installed, run
```
brew tap mabdh/repo && brew install vautopn
```## Usage
```
vautopn - Shell function to fuzzy search an IPSec VPN by name
and connect to it automatically.-i - Initialize vautopn. Stores the TOTP secret and VPN list.
-r - Refresh vpn list in ~/.config/vautopn .
-n - Do not fill the password automatically. Instead copy the password to clipboard.
-h - Show this help.
```