Commit Graph

316 Commits

Author SHA1 Message Date
Kyle Warner cef4861d85 Adding ProtonVPN Country Configs
ProtonVPN recently added country configs that allow you to select a country and they will pick the fastest server. Easier than swapping configs.
2019-04-22 11:54:01 -05:00
Tom Humphrey 43da3ea5f6 Fix for automatic setting of NORDVPN_PROTOCOL
NORDVPN_PROTOCOL wasn't being set correctly when an OPENVPN_CONFIG was provided. Now fixed.
2019-03-27 13:09:43 +00:00
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
Tom Humphrey aaab2f0155 Fixed issue with default.ovpn stopping container from running
container was being stopped due to sed not liking default.ovpn symlink. Updated so that sed skipped this symlink. container was then also being stopped due to updateConfigs.sh script erroring if default.ovpn existed when trying to create symlink. Added option 'f' so that the symlink would be recreated even if existed
2019-03-26 12:18:29 +00:00
Arvid Viderberg 51f66fd473 Update ca.crt for Mullvad
Mullvad has updated their ca certificate and the old file does not work for me.
Reason for changes can be found here: https://www.mullvad.net/sv/blog/2019/3/22/suddenly-cant-connect-mullvad/
2019-03-24 16:37:23 +01:00
Kristian Haugene 3caa61966a Add surfshark to REAMDE, rename configs, remove ping options and set default.ovpn symlink 2019-03-24 14:15:36 +01:00
Kristian Haugene ce53ff9f48 Merge branch 'master' of https://github.com/Fylax/docker-transmission-openvpn into Fylax-master 2019-03-24 14:03:38 +01:00
Kristian Haugene 775972dad1 Rename configs, remove space. Re-link default ovpn 2019-03-24 13:45:45 +01:00
Kristian Haugene efe57c3c37 Merge branch 'anonine-update' of https://github.com/gitsly/docker-transmission-openvpn into gitsly-anonine-update 2019-03-24 13:42:02 +01:00
Kristian Haugene 346ccf131a Merge branch 'master' into dev 2019-03-24 13:29:48 +01:00
Nico Caprioli 012acf961e surfshark
added surfshark vpn support
2019-03-23 09:31:21 +01:00
Martin Collberg 0eb4e4cc79 Add default.ovpn to point out netherlands 2019-03-18 20:56:44 +01:00
Martin Collberg fab5d65b22 Remove keep-alive settings and point out user/pass file 2019-03-18 20:52:45 +01:00
Martin Collberg 0a97d026cc Remove old anonine ovpn files and add new as downloaded from Anonine (TCP): https://anonine.com/en/account/server-info 2019-03-18 20:35:14 +01:00
Andrew McOlash 92b1fdb1ce Fix .ovpn ca / pass 2019-03-18 00:29:36 -07:00
Andrew McOlash 541fbbef32 Update .ovpn configs 2019-03-18 00:10:10 -07:00
Kristian Haugene 6bdb5d88cc Case insentitive matching #632 2019-03-17 22:00:14 +01:00
Kristian Haugene 4ed49ea4b2 Update TorGuard configs #653 2019-03-17 20:02:22 +01:00
Kristian Haugene 5ffb9ba87c Minor fixes #741 2019-03-17 15:03:58 +01:00
Kristian Haugene 20cc75c09c Merge branch 'master' of https://github.com/gitsly/docker-transmission-openvpn into gitsly-master 2019-03-17 15:01:46 +01:00
Martin Collberg 39b939fe85 Added sweden ovpn (TCP) version as downloaded from Anonine: https://anonine.com/en/account/server-info 2019-03-17 13:45:01 +01:00
Kristian Haugene 7d2ac66d04 Merge pull request #728 from Troubadoure/master
Integrated with NordVPN api to select recommend server based on criteria
2019-03-10 00:16:39 +01:00
Tom Humphrey 04b117c521 Update NordVPN.sh
Added NordVPN Variables to docker file

Update start.sh

Update NordVPN.sh

Update NordVPN configs on run

NordVPN was missing server files. Have updated to run the nordvpn updateConfigs.sh script on start

Update NordVPN_Server_Selector.sh

Update start.sh

Moved Selector script to NordVPN directory

Update NordVPN_Server_Selector.sh

Update NordVPN_Server_Selector.sh

Update updateConfigs.sh

Update updateConfigs.sh

Added auto-update of NordVPN

container will auto-update NordVPN files on start. This increases the start up time by a bit. But ensures that all configs are present for the auto-selector script

Create default.ovpn

Update default.ovpn
2019-03-09 21:48:47 +00:00
Kristian Haugene f1443107c8 Updating NewsHosting config files #724 2019-03-09 21:35:45 +01:00
Kristian Haugene 66c7634f18 Standardize scripts, use bash and double brackets 2019-03-09 18:52:06 +01:00
Kristian Haugene ccd2c0f68a Merge pull request #720 from hongtron/master
Update ivpn configs
2019-03-09 15:46:16 +01:00
Kristian Haugene 44e580fc92 Merge pull request #711 from lukecdavidson/master
Updated config files for Frootvpn
2019-03-09 15:44:34 +01:00
Tom Humphrey 34cee0c0c4 Added auto selector for NordVPN
Re-using parts of @Bubuntux script I've repurposed the selector of the config for NordVPN using their public api
2019-03-05 15:19:00 +00:00
ali 87f923ad32 Update ivpn configs
Adds config files for several new locations, and updates some settings
in existing ones based on configs downloaded from IVPN on 03/02/19:
https://www.ivpn.net/releases/config/ivpn-openvpn-config.zip

Generated by pulling the configs (as linked above) and running
adjustConfigs.sh.
2019-03-02 19:39:16 +00:00
Luke Davidson 0447173ddd fixed auth-user-pass line in froot configs 2019-02-26 16:33:48 -08:00
wilmardo 614ea60b8c Create new CREATE_TUN_DEVICE variable 2019-02-26 21:00:52 +01:00
Kristian Haugene aaa57d1b30 Merge pull request #697 from wilmardo/openvpn-scripts
Adds pre-start for openvpn
2019-02-21 13:13:41 +01:00
Luke Davidson 384868818f Added new configs 2019-02-16 11:40:12 -08:00
Luke Davidson e32d8034b9 Updated ovpn files for US, Canada and Sweden. Removed French ovpn as it doesn't allow torrenting 2019-02-16 11:38:49 -08:00
Kristian Haugene c98018f1aa Adding default ovpn symlink #684 2019-02-10 10:29:05 +01:00
Kristian Haugene 0b7d3f6265 Merge pull request #704 from cat24max/protonvpn
Adding ProtonVPN configurations
2019-02-10 00:25:34 +01:00
Tim Vogler a3378f9f75 Adding ProtonVPN configurations 2019-02-09 23:18:12 +01:00
Kristian Haugene f8b3a3eb7c Updating configs for Perfect Privacy #678 2019-02-09 19:30:26 +01:00
wilmardo c23228bbfc Adds pre-start for openvpn 2019-02-04 21:52:27 +01:00
wilmardo 1baf03c2e4 Ran adjustConfigs.sh 2019-02-04 21:43:46 +01:00
wilmardo 7984232394 Adds scraped Windscribe configs 2019-02-04 21:42:21 +01:00
Kristian Haugene fa23f3154f Added a helper script to avoid mac sed and bash differences from linux 2019-01-10 19:40:01 +01:00
Kristian Haugene 5e1d7ad771 Merge pull request #676 from jfessard/master
Updated all Mullvad configs
2019-01-10 19:05:01 +01:00
Kristian Haugene f6236d7a1f Updating Ivacy configs #673 2019-01-10 18:15:17 +01:00
Kristian Haugene ce28a7e4aa Rename VPNTunnel configs, closing #671 2019-01-10 17:35:43 +01:00
Julian Fessard 70fc6a4f21 Updated All Mullvad configs
Retrieved from https://mullvad.net/en/download/config/
Tested us-ca_udp, nl_udp (default)
CRL not used, even though it was bundled
2019-01-07 00:28:14 -08:00
Julian Fessard a674a8f07e adjustConfigs: delete lines with resolv-conf
Mullvad ovpn configs had up and down calls to a script, that was
removed, since it was causing issues on connect (transmission wasn't
launching, meaning the connection wasn't coming up)
2019-01-07 00:28:14 -08:00
Kristian Haugene 921f775c03 Updating VPNTunnel configs #671 2018-12-21 11:22:51 +01:00
Kristian Haugene 3f8d7505e9 Adding VPNFacile and FreeVPN providers #663 #664 2018-12-17 19:49:58 +01:00
Kristian Haugene 07005fe442 Updated config script from #644 2018-12-16 16:34:56 +01:00