engageub / InternetIncome

Earn income with internet (Multi-Proxy, Multi-IP, Multi-VPN Support)
104 stars 42 forks source link

Patch 1 #132

Closed Akonvict closed 5 months ago

Akonvict commented 5 months ago

Vpn.txt

engageub commented 5 months ago

Vpn.txt

Hi, Could you please let me know this this was unintentional.

Thank you

engageub commented 5 months ago

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

engageub commented 5 months ago

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'