Commit Graph

484 Commits

Author SHA1 Message Date
Cameron Wisniewski
de64a1af8f fix default.ovpn symlink 2019-12-10 08:50:18 -05:00
Cameron Wisniewski
46874298ba fix default.ovpn symlink 2019-12-10 08:43:24 -05:00
crass00
505c0532db update ovpn files and set auth-user-pass /config/openvpn-credentials.txt correctly 2019-12-10 13:12:08 +00:00
Cameron Wisniewski
61c513c0ca Updated IPVanish configs 12-9-19 2019-12-09 23:59:46 -05:00
Cameron Wisniewski
54f9feacac Updated IPVanish configs 12-9-19 2019-12-09 23:55:11 -05:00
Jon Aumann
2b75ad3554 Add update script for usenet server vpn, and update profiles 2019-11-25 20:38:55 -05:00
Rich Cushing
c4e2953f85 Added all Hide.me locations as of 13-11-2019 2019-11-13 09:26:37 -05:00
Bram De Smet
5720358854 8 new ProtonVPN servers: Lithuania 2019-11-13 09:24:58 +02:00
Rodolfo Salas
30f6871441 Add auth-user-pass
[FIX] I forgot to add the line to read the credentials
2019-11-05 09:07:16 +01:00
Rodolfo Salas
ae5732851d Script to update FreeVPN certificates 2019-11-03 22:56:57 +01:00
Rodolfo Salas
67ee37551e Merge branch 'dev' of github.com:haugene/docker-transmission-openvpn into dev 2019-11-03 22:24:17 +01:00
Koen van der Linden
f380be82ca Fix for NORDVPN default and specific vpn config download 2019-10-26 11:46:09 +02:00
Kristian Haugene
c70b2dca27 Yet another NordVPN script update #932 2019-10-26 00:04:58 +02:00
Kristian Haugene
7fd156b6e1 Merge pull request #933 from koenvanderlinden/nordvpn_download_config_fix
Fix for NordVPN as UDP and TCP CDN changed
2019-10-25 10:09:08 +02:00
Koen van der Linden
eb0898e413 code cleanup 2019-10-24 22:11:40 +02:00
Koen van der Linden
26f2d39158 Fix for NordVPN as UDP and TCP cdn changed 2019-10-24 21:54:00 +02:00
Kristian Haugene
45b8929fc6 Merge pull request #899 from namekal/patch-1
[NORDVPN] Fix setting download URL
2019-10-24 18:01:00 +02:00
Bram De Smet
2614d2e3ac New ProtonVPN certs: Greece 2019-10-23 03:54:31 +03:00
Kristian Haugene
594915b3b2 Merge pull request #876 from menteb/master
New ProtonVPN Certificates
2019-10-18 10:32:44 +02:00
Kristian Haugene
2f4ca4f0da Merge pull request #910 from bandrea83/master
added vpnbook password grabber to start.sh
2019-10-18 10:29:14 +02:00
Kristian Haugene
a4d793ae61 Merge pull request #906 from perdomwx/master
update no longer working mullvad vpn servers
2019-10-18 10:21:35 +02:00
Bram De Smet
cec0c66a22 Fixed user credentials in ProtonVPN Serbia servers 2019-10-14 19:09:02 +03:00
Rodolfo Salas
0624557861 Update files with errors in FreeVPN 2019-10-14 10:05:05 +02:00
Kristian Haugene
27c964c180 Merge pull request #883 from nicknlsn/master
Wait for transmission to become responsive, updates to PIA config files
2019-10-14 09:40:15 +02:00
nicknlsn
872014fa24 Merge branch 'master' of https://github.com/haugene/docker-transmission-openvpn 2019-10-13 17:58:02 -06:00
nicknlsn
66a91a8b3b wait for transmission to become responsive before trying to set the port 2019-10-13 17:57:26 -06:00
Bram De Smet
1694f8826c Added ProtonVPN servers in Serbia 2019-10-13 22:21:20 +03:00
gyrovague
d766c137be PrivateVPN server domain name change (October 2019) (#911)
* Update privatevpn ovpn configs

Rename .privatevpn.com domains to .pvdata.host (see https://privatevpn.com/serverlist/ )
2019-10-13 20:59:36 +02:00
Kristian Haugene
0bb4545fcd Merge pull request #917 from mattchis/master
FreeVPN New Certificate Bundle (October 6, 2019)
2019-10-13 20:24:46 +02:00
Andrea Bonini
ceeae6d0e4 added vpnbook password grabber to start.sh 2019-10-11 19:05:34 +02:00
Mattchis
5b0a2d508e FreeVPN New Certificate Bundle (October 6, 2019) 2019-10-11 10:33:55 -06:00
Wilson Perdomo
26a92ae4c6 virginia servers removed from mullvad vpn configuration generator page https://mullvad.net/en/download/config/ 2019-09-29 21:30:51 -04:00
namekal
567d37066a [NORDVPN] Fix setting download URL
I do not provide the `NORDVPN_PROTOCOL` variable in my container.

`NORDVPN_PROTOCOL` is defaulted to `"udp"` in `/openvpn/start.sh`

L96 here checks and provides the final portion of the .ovpn download URL which includes `.udp1194` (or `.tcp443` if `NORDVPN_PROTOCOL` was set to "tcp")

The end result in these checks and definitions causes the download URL to include an extra `.udp` in the address.
In my logs, this is the url it provides to `curl` from which is invalid:
`https://downloads.nordcdn.com/configs/files/ovpn_legacy/servers/us4436.nordvpn.com.udp.udp1194.ovpn`

It should end up being this instead:
`https://downloads.nordcdn.com/configs/files/ovpn_legacy/servers/us4436.nordvpn.com.udp1194.ovpn`

Log below:
```
Using OpenVPN provider: NORDVPN
2019-09-21 22:07:03 Checking curl installation
2019-09-21 22:07:03 Removing existing configs
2019-09-21 22:07:03 Selecting the best server...
2019-09-21 22:07:03 Searching for group: legacy_p2p
2019-09-21 22:07:03 Searching for technology: openvpn_udp
2019-09-21 22:07:03 Best server : us4436.nordvpn.com
2019-09-21 22:07:03 Downloading config: default.ovpn
2019-09-21 22:07:03 Downloading from: https://downloads.nordcdn.com/configs/files/ovpn_legacy/servers/us4436.nordvpn.com.udp.udp1194.ovpn
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current   Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0    809      0 --:--:-- --:--:-- --:--:--   810
2019-09-21 22:07:03 Checking line endings
2019-09-21 22:07:03 Updating configs for docker-transmission-openvpn
Starting OpenVPN using config default.ovpn
Setting OPENVPN credentials...
adding route to local network 0.0.0.0 via 172.18.0.1 dev eth0
Options error: Unrecognized option or missing or extra parameter(s) in /etc/openvpn/nordvpn/default.ovpn:1: html (2.4.7)
Use --help for more information.
```
2019-09-21 20:09:06 -04:00
Bram De Smet
eab461ef98 Added ProtonVPN configs for Estonia servers 2019-08-22 13:47:24 +02:00
Bram De Smet
edf33bf2ce ProtonVPN Certificates with link to credentials file 2019-08-12 13:15:16 +03:00
Teran Peterson
416c963de2 Fixed nordvpn config download function
See issue #867 for a more in depth explanation
2019-07-28 01:31:59 -06:00
crass00
2c3b8452b1 zoogvpn ovpn files 2019-07-08 20:00:15 +01:00
Alex
c278b4971e Update TorGuard updateConfigs.sh and ovpn files 2019-07-05 09:42:31 +02:00
Kristian Haugene
0e4f1b17e4 Merge branch 'feat/vpn-unlimited' of https://github.com/Nightbr/docker-transmission-openvpn into Nightbr-feat/vpn-unlimited 2019-06-03 11:54:11 +02:00
Kristian Haugene
a3973c8abe Merge pull request #792 from bandrea83/master
Updated freevpn openvpn config files
2019-06-03 11:05:38 +02:00
Kristian Haugene
849a58d3d3 update auth path and modify other params to match the rest of protonvpn configs #818 #819 2019-06-03 10:47:08 +02:00
Kristian Haugene
1f8587925c Merge pull request #819 from itlists/patch-3
Create ca.protonvpn.com.udp.ovpn
2019-06-03 10:35:14 +02:00
Kristian Haugene
c9ca576296 Merge pull request #818 from itlists/patch-2
Create ch-ca-01.protonvpn.com.udp.ovpn
2019-06-03 10:35:06 +02:00
Kristian Haugene
9b3ad2bd9a Merge pull request #799 from JacisNonsense/master
Add AU Perth
2019-06-03 10:32:12 +02:00
Kristian Haugene
89b2b9f597 remove naming frefix for trustzone and add fastestvpn to readme #821 2019-06-03 10:07:58 +02:00
fetzu
6dc58a8c6b Provider updates (ProtonVPN, FastestVPN, TrustZone)
*Added FastestVPN (defaults to Netherlands)
*Updated ProtonVPN (removed deprecated servers in Australia, added some Netherland servers, added a country wide config for Switzerland)
*Updated Trust.Zone (Added all country specific servers, default is left untouched)

Fixes #807 & #809
2019-06-02 22:05:29 +02:00
itlists
395544f67e Create ca.protonvpn.com.udp.ovpn 2019-05-29 11:52:47 -04:00
itlists
0cc9f99ade Create ch-ca-01.protonvpn.com.udp.ovpn 2019-05-29 11:50:40 -04:00
Jaci
f9c9b3135f Add AU Perth 2019-05-01 00:06:48 +08:00
abonini
2d8005a043 added automatic password filling for freevpn provider 2019-04-25 13:17:03 +01:00