nordvpn-http-proxies

command module
v0.0.0-...-7de9ca8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2020 License: MIT Imports: 7 Imported by: 0

README

EDIT 2020-01-18: THE MAJORITY OF SERVERS FROM NORDVPN DOESN'T ALLOW TO CONNECT WITH HTTP OR HTTPS PROXY

nordvpn-http-proxies

Get the NordVPN servers that are HTTP and HTTPS. The config.js allow to filter the servers by load, country and proxy type.

A built application is available to download for Windows 64 bits and Linux 64 bits inside the dist folder.

This are the different options for the config.js

Example 1

{
  "max_load": 40, // max load of each server, between 0 and 100
  "country_code": ["ES", "FR", "IT", "DE"], // array of countries
  "proxy": "proxy_ssl" // this is for HTTPS proxies
}

Example 2

{
  "max_load": 60,
  "country_code": [], // an empty array for not filtering
  "proxy": "" // an empty string for not filtering
}

Example 3

{
  "max_load": 60,
  "country_code": [],
  "proxy": "proxy" // this is for HTTP proxies
}

Output

An Excel file (XLSX format) is created in the same folder

Output file

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL