Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```