AlexanderGrooff / nordvpn-teams-proxy

NordVPN Teams proxy as a Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NordVPN Teams Docker proxy

This repo holds a Docker image, which is a ported version of the .deb file provided by NordVPN. This is combined with Privoxy 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 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:

About

NordVPN Teams proxy as a Docker image

License:MIT License


Languages

Language:Shell 84.8%Language:Dockerfile 15.2%