Fix broken Nord VPN

In commit 17768dca5b, 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.
This commit is contained in:
Cameron Spear
2018-08-14 22:41:09 -07:00
committed by GitHub
parent c6f9ffab36
commit 6c51871097

View File

@@ -1 +1 @@
nl8.nordvpn.com.tcp.ovpn
nl180.nordvpn.com.tcp.ovpn