nicknlsn
6b2b2f66ef
add log statement
2019-10-13 18:02:44 -06: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
Kristian Haugene
de2a67d528
Merge branch 'master' into dev
2019-10-13 23:05:25 +02:00
Kristian Haugene
5d6fdf889f
Merge pull request #864 from kevindong/master
...
Improve docs on Synology NAS setup
2019-10-13 23:05:00 +02:00
Kristian Haugene
c46a9040df
Merge pull request #843 from mrgnw/patch-1
...
Link to the DockerEnv file
2019-10-13 22:46:22 +02:00
Kristian Haugene
709cbf2580
Merge branch 'dev' of github.com:haugene/docker-transmission-openvpn into dev
2019-10-13 22:22:16 +02:00
Kristian Haugene
3263442424
Merge branch 'master' into dev
2019-10-13 22:22:05 +02:00
Kristian Haugene
875768c232
Merge pull request #842 from edgd1er/dev
...
proposition for a manual page to explain NordVpn update script parameā¦
2019-10-13 22:09:06 +02:00
Bram De Smet
1694f8826c
Added ProtonVPN servers in Serbia
2019-10-13 22:21:20 +03:00
Koen van der Linden
605186ca2f
Added scripts folder to include healthcheck.sh
2019-10-13 21:12:50 +02: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
a0b7a46a5e
Merge branch 'dev' of github.com:haugene/docker-transmission-openvpn into dev
2019-10-13 20:40:16 +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
Kristian Haugene
2dcfae6b4e
Merge branch 'master' into dev
2019-10-13 18:51:33 +02:00
Kristian Haugene
cb89eb4e6a
New tactic to stop builds triggering on gh-pages branch
2019-10-13 18:46:34 +02:00
Kristian Haugene
4c24d2e382
Stop builds triggering on commits to gh-pages branch
2019-10-13 18:33:55 +02:00
Kristian Haugene
e76a53adc8
Add name for CircleCI commits
2019-10-13 18:16:19 +02:00
Kristian Haugene
f0060d10dd
Forgot to do code checkout
2019-10-13 18:00:08 +02:00
Kristian Haugene
badbe96b1c
Adding CircleCI build for documentation
2019-10-13 17:58:49 +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
Kristian Haugene
418d2386c1
Merge pull request #868 from capk1rk/patch-1
...
Fixed nordvpn config download function
2019-08-11 22:49:36 +02: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
Kevin Dong
5adcbb9431
Improve docs on Synology NAS setup
2019-07-23 23:01:28 -04:00
crass00
2c3b8452b1
zoogvpn ovpn files
2019-07-08 20:00:15 +01:00
Kristian Haugene
138d6630fe
Merge pull request #850 from haugene/feature/circle-ci-arm64-builds
...
Using CircleCI to build arm images instead of Docker hub
2019-07-07 17:59:10 +02:00
Kristian Haugene
90134c7bba
Using CircleCI to build arm images instead of Docker hub
2019-07-07 17:54:51 +02:00
Kristian Haugene
5b0bb5f14d
Merge pull request #848 from alescdb/master
...
Update TorGuard updateConfigs.sh and ovpn files
2019-07-05 09:54:20 +02:00
Alex
c278b4971e
Update TorGuard updateConfigs.sh and ovpn files
2019-07-05 09:42:31 +02:00
Morgan
ddca5a3fb2
Link example DockerEnv file
2019-06-26 17:55:12 -04:00
edgd1er
5453d74d85
proposition for a manual page to explain NordVpn update script parameters
2019-06-26 07:47:28 +02:00
Kristian Haugene
88cb95de16
Fix https link
2019-06-12 15:16:10 +02:00
Kristian Haugene
59d898a045
Merge pull request #825 from zoispag/feature/move_documentation_to_github_pages
...
Feature: Move documentation to GitHub pages
2019-06-12 14:15:03 +02:00
Kristian Haugene
93245a1d19
Adding tzdata to allow setting timezone from environment variable #827
2019-06-05 11:15:11 +02:00
Zois Pagoulatos
c2017d11f0
Add mkdocs.yml instuctions
2019-06-04 09:26:03 +02:00
Zois Pagoulatos
3037d54421
Simplify readme
2019-06-04 09:12:44 +02:00
Zois Pagoulatos
2594f3eec3
Move documentation to gh pages with mkdocs
2019-06-04 09:12:36 +02:00
Kristian Haugene
bf289f3d6d
Merge branch 'Nightbr-feat/vpn-unlimited'
2019-06-03 11:54:26 +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