Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 286 Bytes

other.md

File metadata and controls

6 lines (3 loc) · 286 Bytes

Other things...

List top NL servers with usage percent:

wget --quiet --header 'cache-control: no-cache' -O - 'https://nordvpn.com/wp-admin/admin-ajax.php?action=servers_recommendations&filters={%22country_id%22:153}' | jq -r '.[] | [ .hostname, .load ] | join(", ") | . + "%"'