Tom Humphrey ca99395250 NordVPN On Demand
After resolving an issue with the default.ovpn symlink, it was bugging me that each time the container ran it would download all of the NordVPN configs. After a bit of research I found a url where I could download just one ovpn file. A bit of rework and now only downloads the applicable config based off of NordVPNs api. No more 4000+ configs.

User can configure this using either NORDVPN_COUNTRY to connect to the best server in that country or a specific config using the OPENVPN_CONFIG parameter. If neither are specified config will be selected based off of NordVPN api and if both are specified it will connect to OPENVPN_CONFIG server first using the api to decide on a backup 'default.ovpn' config in case it fails.

In my rewriting of this I also realised there was no need for the updateConfigs.sh script anymore, but to keep everything in keeping I replaced the contents of the updateConfigs.sh script with the NordVPN_selector one and removed the latter.
2019-03-26 17:02:11 +00:00
..
2017-09-11 11:43:24 -04:00
2017-02-28 20:04:11 +01:00
2017-04-02 19:31:30 +02:00
2018-01-07 23:36:27 -05:00
2019-01-10 18:15:17 +01:00
2019-03-02 19:39:16 +00:00
2019-03-24 16:37:23 +01:00
2019-03-26 17:02:11 +00:00
2018-02-11 12:45:37 -08:00
2018-07-10 15:16:47 +02:00
2018-07-13 05:14:55 -05:00
2018-04-21 21:58:01 +10:00
2017-11-15 15:52:18 -05:00
2018-04-03 12:58:32 +02:00
2016-09-17 14:42:29 +02:00
2019-03-18 00:29:36 -07:00
2019-03-17 20:02:22 +01:00
2018-10-17 08:55:38 +02:00
2017-11-08 20:41:56 +00:00
2016-10-07 14:38:59 -07:00
2017-01-22 13:00:06 +01:00
2019-02-04 21:43:46 +01:00
2019-03-26 17:02:11 +00:00