mstaack / nordvpn-server-find

Quickly find the fastest NordVPN servers, filtering by location and current server load

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small script to find the fastest NordVPN servers, filtering by
location and current capacity (i.e. server load).

Super useful if you use a third-party VPN client (like Viscosity)
and want to quickly find out the fastest server to connect to.

The script calls an undocumented NordVPN API endpoint for quick and
reliable results.

USAGE

nordvpn-server-find -l <location> -c <capacity> -n <limit>

<location>   2-letter ISO 3166-1 country code (ex: us, uk, de)
<capacity>   current server load, integer between 1-100 (defaults to 30)
<limit>      limits number of results, integer between 1-100 (defaults to 20)

DEPENDENCIES

- Bash 4
- jq 1.5

BUGS

Please report here:
https://github.com/mrzool/nordvpn-server-find/issues

AUTHOR

Mattia Tezzele <info@mrzool.cc>

About

Quickly find the fastest NordVPN servers, filtering by location and current server load


Languages

Language:Shell 100.0%