
United States - San Francisco ĭisplay identifier number for the specific countryĭisplay the current identifier number for a specific country. | | Albaniaĭisplay identifier numbers for each country and cityĭisplay current identifier numbers for each country and city. | select(.hostname = "")'ĭisplay identifier number for each countryĭisplay the current identifier number for each country. percentĭisplay load for the specific server using the slowest method possible. ) | "\(.key): \(.value.percent)"'ĭisplay load for the specific server using the fastest method possible. | to_entries | sort_by(.value.percent) | limit(3. ) | | "\(.): \(.)"'ĭisplay NordVPN servers with the lowest load. $ curl -silent "\\=legacy_standard&filters\\=legacy_obfuscated_servers" | jq -raw-output -slurp '. hostname'ĭisplay obfuscated and recommended NordVPN servers with the lowest load. | select(. = "Bosnia and Herzegovina") |. | select(.country = "Bosnia and Herzegovina") |. $ curl -silent "" | jq -raw-output '.hostname' | sort -version-sortĭisplay VPN servers in a specific countryĭisplay VPN servers in a specific country. $ curl -silent | jq -raw-output '.domain' | sort -version-sort I am using additional sort utility to perform natural sort of (version) numbers within text due to the naming convention. Remember to increase records count when using a direct API call, as you will receive only 100 records by default.


as $country | ($parent | map(select(.country = $country)) | length) as $count | | "\(.): \(.)"' $ curl -silent " | jq -raw-output '.name] | sort | unique |. 'Īlternatively, list every defined country. $ curl -silent | jq -raw-output '.country] | sort | unique |. You will find on this page all the US states and which VPN has one or more servers in each state. To connect to a specific US city or state such as Texas, Pennsylvania, or let's say Hawaii, you should first find a VPN that has servers in the location you want.
Nord vpn sign in to specific city install#
$ sudo apt install curl jqĭisplay countries in which NordVPN servers are available. Yes, for most VPNs, you can choose the city you want to connect to. Install curl to transfer data from a server and jq lightweight and flexible command-line JSON processor. It is not officially documented, so let’s play with it.
Nord vpn sign in to specific city how to#
In a blog post a month ago, I described how to use a terminal to display servers recommended by NordVPN, but the same result can be achieved by using public API service.
