Good day, I downloaded https://github.com/qdm12/gluetun vpn client, but the problem is that each time you need to create a CLI with handles, and then enter data in it to create a vpn network. Since there is more than one account, this is inconvenient. Is it possible to make a script, for example, in PowerShell/bat, to automatically start docker containers and each of them had unique login details? How can it be solved? Thank you! P.S. This is what the command looks like:
docker run -it --rm --cap-add=NET_ADMIN -e VPNSP=windscribe \
-e VPN_TYPE=openvpn \
-e OPENVPN_USER=user -e OPENVPN_PASSWORD=pas \
-e HTTPPROXY=on \
-p 8119:8888 \
-e REGION=Netherlands qmcgaw/gluetun