Commit Graph

371 Commits

Author SHA1 Message Date
nicomarti83
c401741feb
Update Norway-tcp.ovpn
vleu-no2-ovpn-tcp.pointtoserver.com does not exist anymore
2020-01-24 15:56:27 +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
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
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
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
abonini
5f3bd9da83 Updated freevpn openvpn config files 2019-04-25 12:48:33 +01:00
Kristian Haugene
1602764a97 fix default ovpn files 2019-04-24 17:12:07 +02:00
Kristian Haugene
ddcd85c72e
Merge pull request #787 from kyleinprogress/master
Adding ProtonVPN Country Configs
2019-04-24 17:07:07 +02:00
Kristian Haugene
187aa2d282
Merge pull request #779 from fetzu/provider-update
Added/updated ProtonVPN + VPNArea
2019-04-24 17:06:42 +02:00
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
fetzu
d960cd01ba Added/updated ProtonVPN + VPNArea
*Added some missing ProtonVPN P2P servers (CH #5-13, SG #13-20)
*Updated (and removed non-P2P ) AreaVPN servers as per issue #775
2019-04-12 20:08:36 +02:00
eskemojoe007
27007045ab Update create_certs.py 2019-04-11 16:44:31 -04:00
eskemojoe007
6040635bce Adding all OVPN 2019-04-11 16:39:25 -04:00
eskemojoe007
8278b36f13 Adding script to auto-create 2019-04-11 16:39:09 -04:00
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