Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julienp/vpn

⚠️WIP: HTTP API for the ExpressVPN Linux App
https://github.com/julienp/vpn

expressvpn golang raspberry-pi vpn

Last synced: 26 days ago
JSON representation

⚠️WIP: HTTP API for the ExpressVPN Linux App

Awesome Lists containing this project

README

        

# ExpressVPNController

HTTP API for the ExpressVPN [Linux App](https://www.expressvpn.com/support/vpn-setup/app-for-linux/#).

The goal is to have this running on a RaspberryPi with ExpressVPN that acts as
a router. This API should allow an app to control the VPN connection, chosing
countries, etc.

## Build

env GOOS=linux GOARCH=arm GOARM=5 go build -o pivpn cmd/main.go