damo-da / nordvpn-speedtest-benchmark

Find NordVPN server with minimum latency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NordVPN server benchmarker

This script can be used to find the best NordVPN servers(The one which has the least ping time).

Data collected from the servers

  • Ping response time (using ping.exe on Windows or ping utility for macOS and Linux)
  • IP address
  • City, Region, Country, Postal/ZIP code
  • Latitude-Longitude

Instructions

  1. Download all configurations from Here
  2. Extract the .zip file to a folder
  3. Modify SCRIPTS_DIR in best_server.py to this ovpn_tcp folder (Example /home/francis/nordvpn/ovpn_tcp)
  4. python best_server.py
  5. You can see the output in your terminal
  6. A file named speedtest.txt will also be saved on your SCRIPTS_DIR.

Dependencies

  • Python (Tested with Python3)
  • requests module for python

About

Find NordVPN server with minimum latency

License:MIT License


Languages

Language:Python 100.0%