What's changed
- Bump dependencies by @miklosbagi in #56
- Update ProtonVPN docs by @miklosbagi in #57
- Add control server authentication support by @miklosbagi in #62
Warning
Breaking change ahead: starting from gluetun 3.40.0+ versions, control server requires authentication. You can read more about this in gluetun control server documentation.
Gluetrans, from version 0.3.5 and above provides support for this change, but an API key must be provided. Please consult compose the examples and config.toml example.
In short:
- Set
GLUETUN_CONTROL_API_KEY
in your environment variables. - Create a role in gluetun's
config.toml
with the same API key. - Map
config.toml
to gluetun container. - Set the same API key in gluetrans' environment variables.
Full Changelog: v0.3.4...v0.3.5