Skip to content

A simple bash script to get the NordVPN reccomended server.

License

Notifications You must be signed in to change notification settings

blockjoe/nord-rec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

nord-rec

A simple bash CLI to get the result of NordVPN's reccomended server functionality.

Dependencies

  • curl
  • jq
  • column

Examples

Get the default automatic result

$ nord-rec
us6919.nordvpn.com

Filter by country

$ nord-rec -c Sweden
se437.nordvpn.com

Filter by server group

$ nord-rec -g P2P
us5445.nordvpn.com

Filter by technology support

$ nord-rec -c Sweden -t Wiregaurd
se495.nordvpn.com

Get multiple reccomendations

$ nord-rec -c Sweden -n 5
se495.nordvpn.com
se458.nordvpn.com
se502.nordvpn.com
se503.nordvpn.com
se399.nordvpn.com

Get detailed information about the reccomendation

$ nord-rec -c Sweden -v
      Server: Sweden #495
    Hostname: se495.nordvpn.com
    Location: Sweden - Stockholm
        Load: 6
     Created: 2020-08-04 10:18:17
     Updated: 2021-01-02 01:06:43
      Region: Europe
      Groups: Standard VPN servers, P2P
Technologies:
              - IKEv2/IPSec
              - OpenVPN UDP
              - OpenVPN TCP
              - HTTP Proxy (SSL)
              - HTTP CyberSec Proxy (SSL)
              - Wireguard

Get help

$ nord-rec -h
Get the result of Nord VPN's reccomended server utility.

Usage: nord-rec [options]

Options:
  -c, --country <country-name|country-id>
      Filter the reccomendations by country.
  -g, --group <group-name|group-id>
      Filter the reccomendations by group.
  -t, --technology <tech-name|tech-id>
      Filter the reccomendations by technology.
  -n <n-results>
      Get n results.
  --list-countries
      Display the availble countries and ids.
  --list-groups
      Display the available server groups and ids.
  --list-technologies
      Display the available technologies and ids.
  -v, --verbose
      Display more information about the reccomended server(s).
  -h, --help
      Display help message.

About

A simple bash script to get the NordVPN reccomended server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages