Skip to content

Commit

Permalink
fix(nordvpn): update method to obtain private key
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Sep 24, 2023
1 parent a7dbad9 commit 5915c91
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions setup/providers/nordvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,7 @@ services:

## Obtain your Wireguard private key

Your Wireguard private key is valid for your account and all NordVPN servers, so you only have to extract it once. @bubuntux has written a Docker image to this

1. Login to your NordVPN account on their website
2. Create an access token, for example `abcxyz`
3. Run the following command:

```sh
docker run --rm --cap-add=NET_ADMIN \
-e TOKEN='abcxyz' ghcr.io/bubuntux/nordvpn:get_private_key
```

This should output your private key which you can then set in Gluetun with `WIREGUARD_PRIVATE_KEY`
Update 2023-09-24: you need to retrieve it from their web interface in manual setup section, see [this comment](https://github.com/qdm12/gluetun-wiki/issues/15).

## Servers

Expand Down

0 comments on commit 5915c91

Please sign in to comment.