Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julienp/vpn
- Owner: julienp
- License: mit
- Created: 2019-11-23T12:34:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T15:29:13.000Z (about 5 years ago)
- Last Synced: 2024-11-16T01:42:19.278Z (3 months ago)
- Topics: expressvpn, golang, raspberry-pi, vpn
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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