Skip to content

Commit

Permalink
Updated NordVPN docs to include tip to use service credentials (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
limxingzhi committed Jun 29, 2023
1 parent 55d77cf commit 5bafe96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/provider-specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ I'm [on it (#1558)](https://github.com/haugene/docker-transmission-openvpn/issue

The update script is based on the NordVPN API. The API sends back the best recommended OpenVPN configuration file based on the filters given.

You have to use your service credentials instead of your regular email and password. They can be found [here](https://my.nordaccount.com/dashboard/nordvpn/manual-configuration/).

Available ENV variables in the container to define via the NordVPN API the file to use are:

| Variable | Function | Example |
Expand Down

2 comments on commit 5bafe96

@thundergreen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well documented.. thanks .. is this somehow related to my error:

date stream content
2023/06/29 18:13:21 stdout Use --help for more information.
2023/06/29 18:13:21 stdout Options error: the --route-pre-down directive should have at most 1 parameter.  To pass a list of arguments as one of the parameters, try enclosing them in double quotes ("").
2023/06/29 18:13:21 stdout + exec openvpn --script-security 2 --route-up /etc/openvpn/tunnelUp.sh --route-pre-down /etc/openvpn/tunnelDown.sh inactive 3600 --ping 10 --ping-exit 60 --config /etc/openvpn/nordvpn/se521.nordvpn.com.ovpn
2023/06/29 18:13:21 stdout + [[ false != \f\a\l\s\e ]]

@edgd1er
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inactive 3600 is missing --. Should be: --inactive 3600

Please sign in to comment.