Closed Akonvict closed 5 months ago
Vpn.txt
Hi, Could you please let me know this this was unintentional.
Thank you
Hello, In the vpns.txt you should remove docker run commands and use only environment variables. This is not supposed to be a pull request. Your username and passwords are being disclosed in this request. Kindly remove this pull request.
Thank you
An example format that should be used in vpns.txt is mentioned below. Specify each vpn config in a single line. Each line will create a new container. Do not add anything apart from -e environment variables or -v volume variables.
-e VPN_SERVICE_PROVIDER=purevpn -e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc -e SERVER_COUNTRIES='Netherlands'
-e VPN_SERVICE_PROVIDER=purevpn -e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc -e SERVER_COUNTRIES='Country1'
-e VPN_SERVICE_PROVIDER=purevpn -e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc -e SERVER_COUNTRIES='Country2'
-e VPN_SERVICE_PROVIDER=purevpn -e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc -e SERVER_COUNTRIES='Country3'
Vpn.txt