gluetun icon indicating copy to clipboard operation
gluetun copied to clipboard

VPN provider support: vpngate

Open macosupdate opened this issue 3 years ago • 1 comments

One of the following is required:

  • Publicly accessible URL to a zip file containing the Openvpn configuration files It is publicly accessible here: https://www.vpngate.net/en/

  • Publicly accessible URL to the list of servers and attach an example Openvpn configuration file for both TCP and UDP It has an api link here: http://www.vpngate.net/api/iphone/

If the list of servers requires to login or is hidden behind an interactive configurator, you can only use a custom Openvpn configuration file. The Wiki describes how to do so.

macosupdate avatar Nov 05 '21 03:11 macosupdate

Since I have a rather long backlog of providers to add support for, I spent a good amount of time refactoring the code and writing guides on adding a VPN provider. You need a bit of programming experience but you could also learn as you go. The relevant pages are:

  • the development page describes how to get setup step-by-step to make changes to Gluetun
  • the add a provider page is a step-by-step guide on how to add VPN provider to Gluetun

I'll comment here again if I start implementing the provider to avoid any potential duplicate work, but it should not be anytime soon I think. Please also comment here if you decide to start working on it

qdm12 avatar Jul 02 '22 22:07 qdm12