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
8.15k stars 373 forks source link

Feature request: support multiple VPN providers in filters #1810

Open meron1122 opened 1 year ago

meron1122 commented 1 year ago

What's the feature 🧐

It will be great, if container allows connect to multiple proxy at once(for example 3x ovpn and one nordVPN). After all proxy server(socls or http) round robin which server proxy connection is routed.

Extra information and references

No response

qdm12 commented 1 year ago

Interesting suggestion, although it's a complex system to setup especially regarding settings validation (since each provider has their own filters and valid values). Maybe one day I'll get to it 😉