Skip to content

Docker container that connects to NordVPN and starts a SOCKS5 proxy.

Notifications You must be signed in to change notification settings

twitchax/nordvpn-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nordvpn-proxy

This is a NordVPN client docker container that use the recommended NordVPN servers, and opens a SOCKS5 proxy.

What is this?

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 to nordlynx with rusty_socks.

Usage

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

About

Docker container that connects to NordVPN and starts a SOCKS5 proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published