Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
/ nordvpn-proxy Public archive
forked from twitchax/nordvpn-proxy

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

Notifications You must be signed in to change notification settings

fraxker/nordvpn-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Languages

  • Dockerfile 67.4%
  • Shell 32.6%