Skip to content

automation-avenue/NordVPN_Wireguard_key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

How to get NordVPN WireGuard Key

For this Youtube video: https://youtu.be/eY4sYGYt0b4

So you need to have 'curl' and 'jq' utilities installed, then you get NordVPN access token and run:

curl -s -u token:<ACCESS_TOKEN> https://api.nordvpn.com/v1/users/services/credentials | jq -r .nordlynx_private_key

that will give you WireGuard private key, and you can run:

curl -s "https://api.nordvpn.com/v1/servers/recommendations?&filters\[servers_technologies\]\[identifier\]=wireguard_udp&limit=1" | jq -r '.[]|.hostname, .station, (.locations|.[]|.country|.city.name), (.locations|.[]|.country|.name), (.technologies|.[].metadata|.[].value), .load'

to get server info.

About

How to get NordVPN WireGuard Key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published