18 lines
788 B
Markdown
18 lines
788 B
Markdown
---
|
|
name: Support a VPN provider
|
|
about: Suggest a VPN provider to be supported
|
|
title: 'VPN provider support: NAME OF THE PROVIDER'
|
|
labels: ":bulb: New provider"
|
|
|
|
---
|
|
|
|
One of the following is required:
|
|
|
|
- Publicly accessible URL to a zip file containing the Openvpn configuration files
|
|
- Publicly accessible URL to a structured (JSON etc.) list of servers **and attach** an example Openvpn configuration file for both TCP and UDP
|
|
- Publicly accessible URL to the list of servers **and attach** an example Openvpn configuration file for both TCP and UDP
|
|
|
|
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](https://github.com/qdm12/gluetun/wiki/Openvpn-file) describes how to do so.
|