haugene / docker-transmission-openvpn

Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
GNU General Public License v3.0
4.1k stars 1.21k forks source link

Add Windscribe to VPN Providers #132

Closed carlyman closed 7 years ago

carlyman commented 8 years ago

Switched VPN providers and forget to check whether you supported or not. If it could be added, it'd be much appreciated.

Here's a scrubbed version of the opvn config: Windscribe.ovpn.txt

-JC

carlyman commented 8 years ago

I followed the process of a custom VPN per the readme and #60; however, the log looks like its getting stuck: Using OpenVPN provider: CUSTOM No VPN configuration provided. Using default. Setting OPENVPN credentials... adding route to local network 192.168.0.0/24 via 172.17.0.1 dev eth0 Wed Sep 28 00:49:28 2016 OpenVPN 2.3.2 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Dec 1 2014

pkishino commented 8 years ago

I can take a look at this, but please provide me with a windscribe.ovpn config WITH the certificates so I can add it to the repo

carlyman commented 8 years ago

Which certificates do I share (want to make sure I don't share anything private obviously)...just the text in the ovpn file that I removed? Additionally, dere's a link to the CA Cert and TLS Auth Key: https://assets.windscribe.com/desktop/other/openvpn_cert.zip

haugene commented 8 years ago

If the .ovpn files are not shared, ie they are generated for you personally then there's no way around the CUSTOM approach. As long as you make the appropriate changes in paths to ca/tls keys in your ovpn files it should work...

carlyman commented 8 years ago

Ok, I checked and from what I can tell the ovpn file is not uniquely created or contain anything unique to my account. There are differences based on which country you choose it seems, so not sure how best to get you that info? I've attached one example: Windscribe-Switzerland.ovpn.txt

pkishino commented 8 years ago

You should be able to download or link me a zip containing all the ovpn configurations

On Thu, 29 Sep 2016 23:58 carlyman, notifications@github.com wrote:

Ok, I checked and from what I can tell the ovpn file is not uniquely created or contain anything unique to my account. There are differences based on which country you choose it seems, so not sure how best to get you that info? I've attached one example: Windscribe-Switzerland.ovpn.txt https://github.com/haugene/docker-transmission-openvpn/files/501782/Windscribe-Switzerland.ovpn.txt

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/haugene/docker-transmission-openvpn/issues/132#issuecomment-250603186, or mute the thread https://github.com/notifications/unsubscribe-auth/AD7i4gJiGrW3FObEekK3YBK3jeUuUuSbks5qvDSOgaJpZM4KIRdh .

carlyman commented 8 years ago

Here you go; both TCP and UDP configs. Windscribe-OVPN-UDP.zip Windscribe-OVPN-TCP.zip

pkishino commented 8 years ago

Ok,great. Will try and get a pr done this weekend

On Fri, 30 Sep 2016 14:39 carlyman, notifications@github.com wrote:

Here you go; both TCP and UDP configs. Windscribe-OVPN-UDP.zip https://github.com/haugene/docker-transmission-openvpn/files/502948/Windscribe-OVPN-UDP.zip Windscribe-OVPN-TCP.zip https://github.com/haugene/docker-transmission-openvpn/files/502949/Windscribe-OVPN-TCP.zip

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/haugene/docker-transmission-openvpn/issues/132#issuecomment-250734193, or mute the thread https://github.com/notifications/unsubscribe-auth/AD7i4vxs9giumGLjYKzLwdHB66vq8J6Zks5qvQMUgaJpZM4KIRdh .

haugene commented 7 years ago

This is now merged to master and available on the latest tag, closing issue