Skip to content

Commit

Permalink
feat(nordvpn): add service credentials url (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkirk authored Jan 25, 2025
1 parent e716bda commit efed0ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/providers/nordvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ docker run -it --rm --cap-add=NET_ADMIN --device /dev/net/tun \

💁 Your credentials are NO LONGER your email+password, it is now your service credentials.

[▶️ obtain your service credential](https://my.nordaccount.com/dashboard/nordvpn/manual-configuration/service-credentials/)

Check failure on line 15 in setup/providers/nordvpn.md

View workflow job for this annotation

GitHub Actions / verify

[Linkspector] reported by reviewdog 🐶 Cannot reach https://my.nordaccount.com/dashboard/nordvpn/manual-configuration/service-credentials/. Status: 403 Raw Output: message:"Cannot reach https://my.nordaccount.com/dashboard/nordvpn/manual-configuration/service-credentials/. Status: 403" location:{path:"setup/providers/nordvpn.md" range:{start:{line:15 column:1} end:{line:15 column:124}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}

```sh
# Wireguard
docker run -it --rm --cap-add=NET_ADMIN --device /dev/net/tun \
Expand Down

0 comments on commit efed0ad

Please sign in to comment.