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
6.93k stars 336 forks source link

Feature request: support multiple VPN providers in filters #1810

Open meron1122 opened 11 months ago

meron1122 commented 11 months 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 11 months 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 😉