This is a NordVPN client docker container that use the recommended NordVPN servers, and opens a SOCKS5 proxy.
This is bubuntux/nordvpn with a rusty_socks SOCKS5 proxy. The usage is the exact same as bubuntux/nordvpn, except you can then expose port 1080
from the container to access the VPN connection via the SOCKS5 proxy. In short, this container:
- Opens the best connection to NordVPN using bubuntux/nordvpn as a base.
- Starts a SOCKS5 proxy that routes
eth0
tonordlynx
with rusty_socks.
NOTE: This container only works using the
NordLynx
technology.
docker run -it --rm --cap-add NET_ADMIN -p 1080:1080 -e USER=<email> -e PASS='<pass>' -e TECHNOLOGY=NordLynx twitchax/nordvpn-proxy