gluetun
gluetun copied to clipboard
VPN provider support: Bulletvpn
BulletVPN-OpenVPN.zip One of the following is required:
- Publicly accessible URL to a zip file containing the Openvpn configuration files
- https://www.bulletvpn.com/account/download/BulletVPN-OpenVPN.zip
- 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 describes how to do so.
Please add bulletvpn. Config files are attached
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.