Skip to content

Commit

Permalink
Fix broken Nord VPN
Browse files Browse the repository at this point in the history
In commit 17768dc, the file that the default conf that Nord VPN was pointing to was removed, so the container will no longer start (errors out saying it can't find the file):
```
Options error: In [CMD-LINE]:1: Error opening configuration file: /etc/openvpn/nordvpn/default
```

**Note:** I don't know if it matters what the default was... I just picked `nl180.nordvpn.com.tcp.ovpn` at random, you can change it if it really matter.

What's weird, is even if I override the config it should use with `OPENVPN_CONFIG`, it still tries to access this file and won't start. For now, I'm sticking to `2.0` to be able to get it to work.
  • Loading branch information
CWSpear committed Aug 15, 2018
1 parent c6f9ffa commit 6c51871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/nordvpn/default.ovpn

0 comments on commit 6c51871

Please sign in to comment.