Skip to content

bastiandoetsch/nordvpn-best-server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

NordVPN best server search script

This script determines the recommended server for the given country based on load and creates an OpenVPN config at /etc/openvpn/nord.conf based on that.

Prerequisites

  1. curl, dig, bash, unzip and jq must be installed
  2. A post-initialization script that is located at /etc/openvpn/up.sh
  3. For non-interactive login, you need the credentials in /etc/openvpn/openvpn.nordvpn.pass
  4. If you want to automatically use the config on startup of openvpn, make sure to put AUTOSTART=nord in /etc/default/openvpn

Usage

LOC=de ./nordvpn-best-server.sh # Germany
LOC=ch ./nordvpn-best-server.sh # Switzerland
./nordvpn-best-server.sh # Best overall server for you 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages