Replies: 6 comments 6 replies
-
Awesome! Does your private key and address stay the same for all their servers? I'm asking since if this is the case (like mullvad, ivpn) I can add native support for it. Otherwise you're better off using the custom provider as you did. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, the private and public keys change for each generated configuration, so it looks like custom .conf only for now. I used your speed test to do a very casual comparison of wireguard with openvpn. It is not possible to do an apples to apples comparison, because I can't connect both to the same server, but if I connect to servers in the same city, wireguard is significantly faster. I want to check them over a longer period of time. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The configuration files for accelerated and non-accelerated are exactly the same, except the private keys are different. For whatever it's worth, the VPN accelerator is on by default, you have to switch it off if you don't want it. I tested from inside the container so that I could pick the same speedtest server each time, and my docker configurations were the same, except for name and port assignments. The accelerated containers are significantly faster for downloading, less so for upload speeds. I did several tests, but here is a sample of my results.
|
Beta Was this translation helpful? Give feedback.
-
2 years late to the party, just foudn this out. two questions if anyone sees this: 1.) Is port forwarding required? I'm using https://bjw-s.github.io/helm-charts/docs/app-template/examples/qbittorrent-gluetun/ as a start, but with the wireguard config, and I'm not sure if the portforwarding is required with wireguard 2.) how can you test that everything works? I see that a proton vpn ip shows up, but QBT shows that its firewalled and I don't seem to connect to any peers |
Beta Was this translation helpful? Give feedback.
-
https://news.itsfoss.com/protonvpn-wireguard-linux/ Does this help better support,? |
Beta Was this translation helpful? Give feedback.
-
This may be common knowledge, but I did not see any posts about it.
ProtonVPN subscribers can now run Wireguard in their gluetun container. I noticed the other day that Proton is providing a Linux wireguard client now, and after a bit of reading, I spun up a container with it. I have not been using it for long, but it seems to be very stable and fast.
Go to the ProtonVPN page and create your configuration, name it, and then download it into the directory where you intend to create your VPN container. Then, go to Quentin's custom provider page for Wireguard, and copy his template. Fill in all of the particulars as required from the configuration file that you downloaded. Mine looks like this:
Thanks to Quentin for his hard work.
Beta Was this translation helpful? Give feedback.
All reactions