qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
7.92k stars 367 forks source link

Wiki issue: ProtonVPN FREE_ONLY environment variable #759

Closed ftruzzi closed 2 years ago

ftruzzi commented 2 years ago

Hi, and thank you for your work!

Looks like the FREE_ONLY env var for ProtonVPN should be yes/no rather than on/off as reported in the Wiki.

I'm running version latest built on 2021-12-14T18:21:24.225Z (commit ca82fcb) from qmcgaw/gluetun on Docker Hub.

qdm12 commented 2 years ago

Since 7d824a51798f3e635e116dfece6056fd2ad4a2c6 the following should work for any 'boolean' environment variables:

So issue solved, although a bit by accident :smile:

Anyway thanks so much for reporting the issue!