About Project • Installation • Usage • Contact Me
This project automates the setup of multiple VPN proxy servers using Docker and HAProxy. It allows users to deploy a configurable number of VPN proxies, each potentially assigned to a different country, and use them through a single HAProxy instance.
- Clone the Repository:
git clone https://github.com/Khode4li/wroxy-rotate && cd wroxy-rotate
- Run the
run_wroxy
chmod +x run_wroxy
./run_wroxy
- At first, it will build the Docker image if it does not exist. Then it will ask you for the number of proxies and the country. After that, it will ask you to enter the HAProxy port (to which you will connect). Finally, it builds the containers and stop file.
please note that user must be sudoer
to be able to run the wroxy
After running the setup script, you will have multiple proxy containers and a HAProxy container running. The HAProxy container will balance the load across the proxies.
To stop and remove all proxy containers along with the HAProxy container, use the provided script:
./kill_wroxy