eskemojoe007 
							
						 
					 
					
						
						
							
						
						75780821ab 
					 
					
						
						
							
							Finalizing Dallas  
						
						
						
						
					 
					
						2019-04-11 15:05:38 -04:00 
						 
				 
			
				
					
						
							
							
								eskemojoe007 
							
						 
					 
					
						
						
							
						
						687d81090e 
					 
					
						
						
							
							Update start.sh  
						
						
						
						
					 
					
						2019-04-11 12:00:49 -04:00 
						 
				 
			
				
					
						
							
							
								eskemojoe007 
							
						 
					 
					
						
						
							
						
						d0b0461967 
					 
					
						
						
							
							Add some comments  
						
						
						
						
					 
					
						2019-04-11 11:55:42 -04:00 
						 
				 
			
				
					
						
							
							
								eskemojoe007 
							
						 
					 
					
						
						
							
						
						433f3cac85 
					 
					
						
						
							
							Adding GP  
						
						
						
						
					 
					
						2019-04-11 10:56:02 -04:00 
						 
				 
			
				
					
						
							
							
								eskemojoe007 
							
						 
					 
					
						
						
							
						
						abf30f7068 
					 
					
						
						
							
							Quick check of settings  
						
						
						
						
					 
					
						2019-04-11 10:47:02 -04:00 
						 
				 
			
				
					
						
							
							
								eskemojoe007 
							
						 
					 
					
						
						
							
						
						e0b75cffe9 
					 
					
						
						
							
							Adding Ghostpath Dallas  
						
						
						
						
					 
					
						2019-04-11 10:35:09 -04:00 
						 
				 
			
				
					
						
							
							
								Titouan B 
							
						 
					 
					
						
						
							
						
						f3a1cbcccf 
					 
					
						
						
							
							clean all ovpn config name  
						
						
						
						
					 
					
						2019-04-06 13:15:42 +02:00 
						 
				 
			
				
					
						
							
							
								Titouan B 
							
						 
					 
					
						
						
							
						
						ba1f00fb77 
					 
					
						
						
							
							fix folder name + add VPNUNLIMITED in README  
						
						
						
						
					 
					
						2019-04-06 12:46:06 +02:00 
						 
				 
			
				
					
						
							
							
								Titouan B 
							
						 
					 
					
						
						
							
						
						46129403ee 
					 
					
						
						
							
							add auth-user-pass /config/openvpn-credentials.txt  
						
						
						
						
					 
					
						2019-04-06 12:35:17 +02:00 
						 
				 
			
				
					
						
							
							
								Titouan B 
							
						 
					 
					
						
						
							
						
						203140506a 
					 
					
						
						
							
							Add openvpn configs  
						
						
						
						
					 
					
						2019-04-06 12:22:01 +02:00 
						 
				 
			
				
					
						
							
							
								Bruno Perel 
							
						 
					 
					
						
						
							
						
						589147ddb5 
					 
					
						
						
							
							Fetch transmission-web-control from its original repository for all platforms  
						
						
						
						
					 
					
						2019-04-04 10:31:03 +02:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						0e0f6786a4 
					 
					
						
						
							
							Merge pull request  #760  from Troubadoure/master  
						
						... 
						
						
						
						Fix for automatic setting of NORDVPN_PROTOCOL 
						
						
					 
					
						2019-03-27 15:07:03 +01: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 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						615624af0b 
					 
					
						
						
							
							Changing armhf base image for compatability with all rpi verisons  #721  
						
						
						
						
					 
					
						2019-03-26 22:28:32 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						d6cbaf52a0 
					 
					
						
						
							
							Merge pull request  #757  from Troubadoure/master  
						
						... 
						
						
						
						NordVPN On Demand 
						
						
					 
					
						2019-03-26 22:13:43 +01: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 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						ae04172bb6 
					 
					
						
						
							
							Merge pull request  #756  from bperel/master  
						
						... 
						
						
						
						Fetch transmission-web-control from its original repository 
						
						
					 
					
						2019-03-26 16:26:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bruno Perel 
							
						 
					 
					
						
						
							
						
						b1e58bf5a8 
					 
					
						
						
							
							Fetch transmission-web-control from its original repository  
						
						
						
						
					 
					
						2019-03-26 15:41:01 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						b27fada22f 
					 
					
						
						
							
							Merge pull request  #755  from Troubadoure/master  
						
						... 
						
						
						
						Fixed issue with default.ovpn stopping container from running 
						
						
					 
					
						2019-03-26 13:25:17 +01: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 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						f4c9cf50f7 
					 
					
						
						
							
							Merge pull request  #751  from Aweponken/patch-1  
						
						... 
						
						
						
						Update ca.crt for Mullvad 
						
						
					 
					
						2019-03-24 22:33:59 +01: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 
							
						 
					 
					
						
						
							
						
						e17f2a235d 
					 
					
						
						
							
							Change run command example after  #722  
						
						
						
						
					 
					
						2019-03-24 14:40:36 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						4d385ba1ef 
					 
					
						
						
							
							Merge branch 'Fylax-master' into dev  
						
						
						
						
					 
					
						2019-03-24 14:15:58 +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 
							
						 
					 
					
						
						
							
						
						e31503d48c 
					 
					
						
						
							
							Merge branch 'gitsly-anonine-update' into dev  
						
						
						
						
					 
					
						2019-03-24 13:42:28 +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 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						4bd9a35d02 
					 
					
						
						
							
							Merge pull request  #742  from amcolash/master  
						
						... 
						
						
						
						Update .ovpn configs for tigervpn 
						
						
					 
					
						2019-03-24 13:29:41 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						87813ef0ab 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						
						
						
					 
					
						2019-03-24 13:25:34 +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 
							
						 
					 
					
						
						
							
						
						086fbb2391 
					 
					
						
						
							
							Merge branch 'gitsly-master' into dev  
						
						
						
						
					 
					
						2019-03-17 15:02:17 +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 
							
						 
					 
					
						
						
							
						
						46ba5e0995 
					 
					
						
						
							
							Revert "Adding template for other issue types"  
						
						... 
						
						
						
						This reverts commit b112ae1cf6 
						
						
					 
					
						2019-03-17 13:44:51 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						b112ae1cf6 
					 
					
						
						
							
							Adding template for other issue types  
						
						
						
						
					 
					
						2019-03-17 13:42:53 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						6963d368da 
					 
					
						
						
							
							Update issue templates  
						
						
						
						
					 
					
						2019-03-17 13:36:07 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						e8bc0b5ef6 
					 
					
						
						
							
							Update issue templates  
						
						
						
						
					 
					
						2019-03-17 13:32:43 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						3cb5ce188e 
					 
					
						
						
							
							Update issue templates  
						
						
						
						
					 
					
						2019-03-17 13:13:25 +01:00 
						 
				 
			
				
					
						
							
							
								Kristian Haugene 
							
						 
					 
					
						
						
							
						
						0836edb70e 
					 
					
						
						
							
							Removing lines used for local testing  #611   #681  
						
						
						
						
					 
					
						2019-03-10 16:50:49 +01:00