Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandergrooff/nordvpn-teams-proxy
NordVPN Teams proxy as a Docker image
https://github.com/alexandergrooff/nordvpn-teams-proxy
Last synced: about 1 month ago
JSON representation
NordVPN Teams proxy as a Docker image
- Host: GitHub
- URL: https://github.com/alexandergrooff/nordvpn-teams-proxy
- Owner: AlexanderGrooff
- License: mit
- Created: 2021-06-17T15:22:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T14:06:06.000Z (over 3 years ago)
- Last Synced: 2024-10-16T22:24:12.564Z (3 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NordVPN Teams Docker proxy
This repo holds a Docker image, which is a ported version of the
[.deb file provided by NordVPN](https://nordvpnteams.com/download/linux/). This is combined with
[Privoxy](https://www.privoxy.org/) to expose it to the host via port 8118.You can use this straight with Docker, or use it with the supplied [`docker-compose.yaml`](./docker-compose.yaml) file.
This expects an environment file called `vpn_secrets.env` that contain the following variables:```
USER=myusername
PASS=mypass
ORGANIZATION=myorg
CONNECT=nl # Mandatory, no autoconnect feature yet
```## Credits
This project is largely based on these two projects:
- https://github.com/bubuntux/nordvpn
- https://github.com/Joentje/nordvpn-proxy