Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavel-durov/mullvad-vpn-cli
Haskell mullvad vpn api cli utility
https://github.com/pavel-durov/mullvad-vpn-cli
Last synced: 19 days ago
JSON representation
Haskell mullvad vpn api cli utility
- Host: GitHub
- URL: https://github.com/pavel-durov/mullvad-vpn-cli
- Owner: Pavel-Durov
- License: bsd-3-clause
- Created: 2019-07-17T11:09:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T10:22:08.000Z (over 5 years ago)
- Last Synced: 2024-12-06T21:32:41.308Z (30 days ago)
- Language: Haskell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# mullvad-vpn-cli
Mullvad vpn cli utility
## Run
```
$ stack run uk
```
+ expects one cli parameter - country name## Build
```
$ stack build
```## Tests
```
$ stack test
```## Usage example
```
$ stack exec mullvad-vpn-cli-exe 'united states'
```## Instalation
```
$ stack install
```
+ `stack` will instll the application in `$HOME/.local/bin` then you can execute the program directly:
```
$ mullvad-vpn-cli-exe Cyprus
```